body {
	font-family: Times New Roman;
	height: 100%;
    margin: 0;
	text-align: center;
	width: 100%;
    background: url("https://images.fineartamerica.com/images/artworkimages/mediumlarge/2/sunset-at-sutro-baths-2-tran-boelsterli.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
	font-size: 48px;

}

h2 {
	color: #ffffff;
	font-size: 56px; 
}

h3 {
    font-size: 30px;
    margin-left: 100px;
    margin-right: 100px;
}

p {
	color: #550EC9;
	font-size: 36px;
	text-decoration: none;
}

.happy{
    font-size: 24px;
    text-align: justify;
    margin-right: 100px;
    margin-left: 100px;
}

.boxed{
    background-color: #FFFFFF;
    max-width: 800px;
    max-height: ;
    margin: 100px auto;
    text-align: justify;
}

#footer {
	color: DarkSlateGray;
	font-size: 16px;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#26262c;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:850px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width:450px; 
  height:auto;
  padding: 10px 10px 10px 10px;
  background-color:#ffffff;
  font-size: 15pt;
}

.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
 background-color:#D1D1D1;
 color: green;
}
.popupoption2:hover{
 color: red;
}