@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

*{margin: 0;padding: 0; text-decoration: none;}



nav{
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

nav ul{
  width: 1200px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav ul li{
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu1{width: 150px;}
.menu2{width: 150px;}
.menu3{width: 150px;}
.menu4{width: 150px;}

nav ul li a{
  color: #3B1F13;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

.biography{
  width: 100%;
  height: 4523px;
  display: flex;
  justify-content: center;
  align-items: center;

  margin-top: 100px;
  margin-bottom: 100px;
}

footer{
  width: 100%;
  height: 50px;
  background-color: white;

  display: flex;
  justify-content: center;
  align-items: center;

  color: #3B1F13;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
}
