﻿body {
  background-color: lightblue;
  font-family: Microsoft JhengHei;
  
  }

h1 {
    color: white;
    background-color:blue;
    text-align:center;
    
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 80px;
    margin-left: 80px;
    
   padding: 20px;
   border: 1px solid #4CAF50;
   
    }

  
h2{
	color:yellow;
    background-color:blue;
    margin-top: 10px;
}

#title2{
	color:olive;
    background-color:navy;
    margin-top: 10px;
}

p{
	color:orange;
    background-color:blue;
    margin-top: 10px;
}

.pg2{
	
	color:white;
    background-color:red;
    margin-top: 10px;

	
}