body {
    background-color: #a66aa6;
}
h1 {
    color: black;
    text-align: center;
  font-family: "Fredericka the Great", serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-family: "Road Rage", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p {
  font-family: "Truculenta", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.navitop {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color:darkslategrey;
}

.lia {
  float: left;
  display: block;
  color: aliceblue;
  text-align: center;
  padding: 15px 15px;
  text-decoration: none;
}

.lia:hover {
  background-color: black;
}

.image {
  float: right;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}