/*

  ADD YOUR STYLES HERE

*/

body {
  font-family: 'Kosugi Maru', sans-serif;
  height: 100vh;
  width: 100vw;
}


#results {
display: none;
flex-direction: row;
/* flex-basis: 100%; */
width: 100%;
justify-content: space-evenly;
font-size: 5em;
}

form input {
  border-radius: 4px;
}

body, header, main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}