body{
background-image: url(bground.jpg);
background-size: cover;
background-attachment: fixed;
display: flex;
flex-direction: column;
justify-content: center;  
}


header{ 
font-size: 4vw;
text-align: center; 
}

main { 
background-color: black;
align-self: center;
text-align: center; 
margin: 0 5% 0 5%; 
padding: 10% 20%;
width: 50%;
}

#stupid {
    width: 100%; 
}

h1{ 
border-style: groove; 
border-color: black; 
border-width: 6px; 
background-color: hsla(52, 100%, 50%, 0.5); 
margin: 0 5% 0 5%; 
text-align: center;  

}

h2 {
font-family: cotton;
font-size: 110%;
margin: 5pt
}

main ul { 
list-style-type: none;
text-decoration: none;
 font-size: 4vw;
margin: 0;
padding: 0; 
line-height: 190%

}

p {
font-family: mr-eaves-sans;
color: #ffff; 
font-size: 3vw;
}

