
body {color: black;
    text-align: center;
    border-radius: 10px;
font-family:'Trebuchet MS', sans-serif;
font-weight: bold;
font-size: 1rem;
text-align: center;}

.image {max-width: 100vw ; 
  height: 70vh ; }
  
header {font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
    background-color:darkgoldenrod;
    padding: 10px;
    color: white;}

h2{font-size: 2rem; text-align: left;}

.instructions {font-style: italic;}
.switch-button { border-radius: 10px;
font-family:'Trebuchet MS', sans-serif;
font-size: 1rem;}
footer {
  background-color:rgb(220, 195, 130);
padding-block: 10px 25px;
margin-bottom: 20px;
}