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: 30px;
padding: 20px;
width: 40%;
}

#stupid {
    width: 25%; 
}

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;
text-align: center; 
}

main ul { 
list-style-type: none;
text-decoration: none;
 font-size: 4vw;
margin: 0;
padding: 0; 
line-height: 190%
}