
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Georgia, serif;
  color: #c52828;
}

.background {
  height: 100vh;
  width: 100%;
  background-image: url('assets/paper.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fffaf3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.emoji {
  font-size: 2rem;
}
