@import url('https://fonts.googleapis.com/css2?family=Jim+Nightshade&display=swap');

:root {
    background-color: #d9d4c8;
}
#frontpage {
    text-align: center;
    padding: 10%;
    color: #994e2f;
}

h1 {
  font-family: "Jim Nightshade", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 150px;
}