@import url("https://fonts.googleapis.com/css?family=Pacifico&display=swap");
body {
  background-color: #ff040a;
  color: white;
  display: flex;
  justify-content: center;
  text-align: center;
}

.home > h1 {
  font: 20vh Pacifico, cursive;
}
.home > .pedido > p {
  font: 5vh Pacifico, cursive;
}