@charset "utf-8";
/* CSS Document */

title {
	font-family: 'Times New Roman', Times, serif; 
	font-size: 34px;
	color: cornsilk;
	background-color: rgb(252, 167, 255);
	text-align: center;
	opacity: 0.8;
}
header {
	font-family: 'Times New Roman', Times, serif; 
	font-size: 34px;
	color: cornsilk;
	background-color: rgb(226, 212, 226);
	text-align: center;
	opacity: 0.8;
}

h1 { 
	font-family: 'Times New Roman', Times, serif; 
	font-size: 34px;
	color: cornsilk;
	background-color: rgb(252, 167, 255);
	text-align: center;
	opacity: 0.8;
}
body{
    background-color: pink;
  }
  h1{
    color: white;
}

h1 {
    font-family: verdana;
    font-size: 20px;
    text-decoration-color: white
  }
  h2 {
    font-family: verdana;
    font-size: 20px;
    text-decoration-color: white
  }
  p1 {
    font-family: verdana;
    font-size: 12px;
    text-decoration-color: white
  }
  footer  {
	font-family: 'Times New Roman', Times, serif; 
	font-size: 34px;
	color: cornsilk;
	background-color: rgb(226, 212, 226);
	text-align: center;
	opacity: 0.8;
}