body
{
  background-image: url(https://projects.codecraftworks.com/web/cRtxlxK2Et0S9CuU1iN4/assets/39C0DF7F-14BF-4C94-8947-D3E256D11C10.jpeg
)
}

h1 {
 color: #4E5F14; 
 font-family: 'Merriweather Sans', sans-serif; 
}

#result {
  background-color: white;
}

#container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f9f7ee;
  border-radius: 10%;
  border: solid black 5px;
  padding: 20px; 
}

label {
font-family: 'Merriweather Sans', sans-serif;
font-size: 1.2rem;  
}

button {
font-family: 'Merriweather Sans', sans-serif;
font-size: 1.2rem;
background-color: #B7CF66;  
}