* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100vh;
  color: white;
  background: #ebf2e5;
}

:root {
  font-size: 62.5%;
}

body,
input,
button,
textarea {
  font: 200 1.8rem/1 "Nunito", sans-serif;
  /*font-size: 18px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;*/
}
