* {
  margin: 0;
  padding: 0;
}

#container {
  display: flex;
  padding-left: 850px;
  background-color: black;
  height: 100px;
  border-bottom: 2px solid red;
}

.navigation {
  padding-top: 30px;
}

.navigation h2 {
  color: white;
  display: inline;
  padding-left: 30px;
  font-family: "Montserrat";
}

a:hover {
  color: gray;
}

.home {
  text-decoration: none;
  color: white;
}

.bio {
  text-decoration: none;
  color: white;
}

.contact {
  text-decoration: none;
  color: white;
}

#container2 {
  display: flex;
  background-color: black;
  height: 500px;
  padding-bottom: 20px;
}

.name {
  background-color: gray;
  color: white;
  flex-basis: 25%;
  margin-top: 10px;
  margin-left: 20px;
}

.name h1 {
  text-align: center;
  font-size: 50px;
  padding-top: 200px;
  font-family: "BhuTuka Expanded One";
}

.picture {
  display: flex;
}

.prog {
  padding-top: 10px;
  padding-left: 20px;
}

#container3 {
  display: flex;
  background-color: black;
  height: 120px;
}

.container3-1 {
  display: flex;
  background-color: grey;
  height: 100px;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Montserrat";
}

#container4{
  height: 500px;
  background-color: black;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.contacts{
  text-align: center;
}

#textarea{
  margin-top: 10px;
  background-color: black;
  color: white;
  font-size: 20px;
  justify-content: center;
}

