* {
  margin: 0;
  padding: 0;
}
body {
  background: url(/assets/img/springFerns.webp) no-repeat fixed center;
  background-size: cover;
}

nav {
  display: flex;
  align-items: center;
  justify-content: end;
}

li {
  flex-direction: row;
  list-style-type: none;
  color: orange;
  margin: 2rem;
}

h1 {
  color: rgb(242, 188, 108);
  text-align: center;
  padding: 2rem;
}

p {
  color: orange;
  margin: 0 2rem;
}

a {
  text-decoration: none;
  color: white;
}

header {
  display: flex;
  align-items: center;
  justify-content: end;
}

main {
  width: 80vw;
  height: auto;
  background-color: rgba(33, 21, 0, 0.9);
  border: 0.5px solid chartreuse;
  border-radius: 25px;
  margin: 25px auto;
}
