body{
    background-color: #004b35;
    font-family: sans-serif;
    width: 100vh;
    height: 100vh;
}

#main-container{
  background-color: white;
  border-radius: 10px;
  margin: 0 auto;
  width: 900px;
  height: 400px;
}
