@font-face {
  font-family: roboto-regular;
  src: url("./fonts/Roboto-Regular.ttf");
}

body {
  font-family: roboto, sans-serif;
  background-color: #fff8eb;
}

h1 {
  font-size: 72px;
  text-align: center;
  padding-top: 180px;
}
