body {
  background-image: url("https://i.pinimg.com/736x/c7/76/af/c776af729ab517adddea019c60eacd4e.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
h1 {
  font-family: "Tagesschrift", system-ui;
  font-weight: 300;
  text-transform: lowercase;
  font-size: 4rem;
}
h2, h3, h4 {
  font-family: "Tagesschrift", system-ui;
  font-weight: 200;
  text-transform: lowercase;
  font-size: 2rem;
  display: inline;
  padding: 2px;
  text-decoration: none;
}
p {
  font-family: "Josefin Sans", Sans-Serif;
}
a {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 200;
  text-decoration: underline dotted #e099b6;
  color: white;
  font-size: 26px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li {
  display: inline;
  text-align: center;
  margin: 2%;
}
.nav-bar {
  display: block;
  margin-left: 25%;
  text-align: center;
  width: 50vw;
  border: 1px solid red;
}
  .nav-btn {
    color: pink;
  }
.header-box {
  display: flex;
  flex-flow: row nowrap;
  text-align: center;
  justify-content: space-evenly;
  color: white;
  border: 2px solid pink;
}
  .back-btn {
    display: flex;
    justify-content: center;
    border: 1px solid green;
    width: 30%;
  }
  .website-title {
    display: flex;
    border: 1px solid red;
    color: #FE8DF9;
    text-shadow: 0 0 10px gray;
    padding: -1rem;
  }