body
{
  background-image: url(Cover.jpg);
  background-size:100% 100%;
}
.alin
{
position:fixed;
top:50%;
left:50%;
transform:translate(-50%,-50%);
}
fieldset
{
background-color:#A9A9A9;
width:300px;
height:400px;
border:2px solid #A9A9A9;
border-bottom:none;
border-radius:10px 10px 0px 0px;
}
.how
{
display: block;
border-radius:10px;
margin-left: auto;
margin-right: auto;
width: 75px;
height: 75px;
}
.what
{
padding:10px;
display: block;
border-radius:15px;
margin-left: auto;
margin-right: auto;
width: 200px;
height: 30px;
}
#kop
{
position:relative;
padding:15px 5px;
}
.ha
{
display:block;
text-align:center;
padding:2px;
}
input
{
border:1px solid black;
height:25px;
width:200px;
border-radius:5px;
background-color:#DCDCDC;
}
input[type=text]
{
padding: 10px;
}
.pop
{
padding:30px 0px 0px 0px;
}
button
{
box-shadow: 0 8px 16px 0 black, 0 6px 20px 0 red;
margin:auto;
display:block;
width:125px;
height:28px;
border-radius:5px; 
text-align: center;
background-color:red;
border: none;
font-size:15px;
color:white;
cursor:pointer;
}
button:hover
{
background-color:#DC143C;
}
button:active
{
background-color:#FFA07A;
}
#pls
{
color:red;
}
#please
{
color:red;
}
.link
{
display:block;
text-align:center;
}
a
{
color:black;
}
a:active
{
color:white;
}
.footers
{
background-color:#DC143C;
width:328.5px;
border-radius:0px 0px 10px 10px;
margin:0px 0px 0px 2px;
text-align: center;
color:white;
font-famiy:cursive;
}
#foot
{
opacity:0.75;
}
#foot:hover
{
opacity:1.5;
cursor:pointer;
}
.trans
{
font-size:40px;
color:white;
text-align:justify;
text-shadow:4px 4px 2px red;
animation-name: example;
animation-duration: 5s;
anination-delay:1s;
animation-iteration-count: infinite;
animation-direction: alternate; 
}
@keyframes example 
{
  from 
{
 transform: rotateX(360deg);
}
  to 
{
 transform: rotateX(0deg);
}
}
.ft
{
position:fixed;
bottom:0;
display:block;
color:black;
background-color:#FFA07A;
box-shadow: 0 8px 16px 0 black, 0 6px 20px 0 red;
margin:0px 0px 0px -10px;
text-align:center;
width:100%;
}
#fot
{
opacity:1;
}
#fot:hover
{
opacity:1.5;
cursor:pointer;
}
#hid
{
display:none;
}