@font-face {
  font-family: "Amalfi";
  src: url("/fonts/Amalfi-Regular.eot");
  src: local("Amalfi Regular"), local("Amalfi-Regular"),
    url("/fonts/Amalfi-Regular.eot?#iefix") format("embedded-opentype"),
    url("/fonts/Amalfi-Regular.woff2") format("woff2"),
    url("/fonts/Amalfi-Regular.woff") format("woff"),
    url("/fonts/Amalfi-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
}

body {
  background-color: #d2b48c;
  color: #ffffff;
  font-family: "Amalfi";
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
}

h1 {
  font-size: 8rem;
  font-weight: 500;
  margin: 0;
}
p {
  font-size: 3rem;
  margin: 0;
}
