body {
  font-family:"Cormorant", serif;
  background-color: #FAFAFA;
  color: black;
  
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 20px;
  position: relative;
  
}

.nav-bar {
  display: flex;
  justify-content: space-around;
  gap: 70px;
  margin-top: 20px;
  padding: 0;
  width:100%;  
}
.nav-bar a {
  text-decoration: none;
  color: black;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 22px;
  font-family: Poppins;
}

.nav-bar a:hover {
  color: #0077cc;
}

header::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: rgb(85, 48, 60);
  margin-top: 20px;
}

h1{
    display:flex;
    font-family: 'Times New Roman', Times, serif;
    justify-content: center;
     padding-bottom: 5%;
}

p{
  margin-left: 1in;
  font-size: 18px;
  
}