body {
  /* font-family: cursive; */
  background-color: gray;
  display: flex;
  justify-content: center;
  font-size: 40;
  margin-top: 80px;
}

section {
  position: relative;
  width: 100%;
  background-color: #ebd5a8;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /* padding: 10px 0 0 0; */
  margin-right: 10px;
  margin-bottom: 10px;
}

.about-me {
  /* width: 400px; */
  width: 100%;
  margin: 30px;
  font-size: 30px;
  margin-top: 40px;
}

a {
  text-decoration: none;
  color: white;
  font-size: 40px;
}

a:hover {
  color: rgb(16, 37, 17);
  /* font-size: 25px; */
}

a:active {
  color: purple;
}

.nav-bar {
  list-style-type: none;
}

@media only screen and (max-width: 750px) {
  .nav-bar {
    display: none;
  }
}

.title {
  margin-bottom: 30px;
}

.title2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30;
}
