
body
{
   margin:0;
   height:100%;
   background-image: url(index.png);
   background-size: cover;
}
h1
{
   font-size:72pt;
}
html {
   margin:0;
   height:100%;
}
.container {
   display:flex;
   height:70%;
   width:100%;
   justify-content: center;
   align-items: center;
}
.container2 {
   display:flex;
   height:30%;
   width:100%;
   justify-content: center;
   align-items: center;
}
.link{
text-decoration:none;
}
.footer {
   position:fixed;
   bottom:2px;
   right:2px;
   padding:5px;
   border: 1px solid black;
   background-color:#aeAEae;
}

#feelfreetoblockthis{
	float:right;
}