*{
margin:0px;
padding:0px;
}
body{
margin-top:20px;
font-family:Tahoma;
font-size:15px;
background-image: url("../bg.webp");
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
}
#Container{
width:70%;
height:auto;
}
#message{
text-align:center;
font-family:Tahoma;
font-size:14px;
color:#FF9900;
}
#reminder{
height:25px;
font-family:Trebuchet MS;
font-size:14px;
color: #333333;
border:1px solid #CCCCCC;
margin-bottom:1px;
padding:5px;
background-color:#EEE;
-webkit-border-radius:5px;
}
div#message+div{
margin-top:5px;
}

#reminder a{
text-decoration:none;
color: #1C94C4;
font-weight:bold;
}
#reminder :hover{
text-decoration:underline;
}
#reminder p{
font-family:Arial;
font-size:11px;
color:#698ED2;
float:right;
height:10px;
font-style:italic;
}
@media only screen and (max-width: 767px) {
#Container{
width:95%;
}
}