body {
  background: #fae1d4;
  width: 98%;
  height: 100%;
  z-index: 1;
}

h1 {
  position: relative;
  font-size: 40px;
  top: 20px;
  left: 30px;
  font-family: "Averia Serif Libre", cursive;
  text-align: center;
  margin-top: 0;
}
.nav {
  display: flex;
  justify-content: flex-end;
  margin-block-start: 0;
  margin-bottom: 0px;
  border-bottom: 4px solid black;
  width: 100%;
  height: 40px;
}

header {
  display: flex;
  justify-content: flex-start;
  float: left;
  top: 30px;
  left: 20px;
}

.nav-item {
  display: flex;
  justify-content: center;
  font-size: 25px;
  font-weight: 700;
  font-family: "Averia Serif Libre", cursive;
  padding: 0 20px 10px 20px;
  display: inline;
}

.nav-item a {
  text-decoration: none;
  color: black;
  border-bottom: 3px solid black;
}
.nav-item a:hover {
  text-decoration: none;
  color: grey;
  border-bottom: 2px solid grey;
  transition-delay: 150ms;
  transition-duration: 400ms;
}

.resource-blocks {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 90%;
  margin: 30px;
  height: 50px;
}
.block a {
    text-decoration: none;
    color: brown;
}

.resource-blocks h1 {
text-align: left;
border-bottom: 4px dotted black;
}

.block {
    display: flex;
    flex-direction: row;
}


.resource-blocks img {
  width: 520px;
  height: 200px;
  object-fit: contain;
  border-radius: 70px;
  margin: 30px;
}

.resource-blocks p {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  float: right;
  font-weight: 550;
  margin: 60px 10px;
  width: 60%;
}
