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

body {
  font-family: "Doto", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}
h1 {
    margin-bottom: 10px;
    font-size: 50px;
}
