html {
  background-color: #64725e;
}

header {
  margin: 100px 100px;
  border-bottom: 1px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #B2B7A3;
  border-style: solid;
  padding-bottom: 100px;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

.logo {
  justify-content: flex-start;
  max-width: 196px;
}

ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 33px;
  align-items: center;
}


#btn1,
#btn2,
#btn3 {
  border-radius: 51px;
}

#btn1 {
  display: block;
  min-width: 330px;
  font-size: 64px;
  font-family: Oswald;
  font-weight: bold;
  background-color: #92a372;
  color: #2ecec3;
  align-items: center;
  justify-items: center;
  text-align: center;
  padding: 30px 36px 30px;
}

#btn2,
#btn3 {
  min-width: 260px;
  display: block;
  font-size: 40px;
  font-family: Ubuntu;
  font-weight: normal;
  background-color: #b2b7a3;
  color: #1d190c;
  align-items: center;
  justify-items: center;
  text-align: center;
  padding: 29px 14px 29px;
  flex-direction: row;
}

.phone {
  max-width: 302px;
  max-height: 106px;
  display: flex;
  font-size: 20px;
  font-family: Ubuntu;
  font-weight: lighter;
  background-color: #b2b7a3;
  color: #1d190c;
  align-items: center;
  justify-items: center;
  text-align: center;
  justify-content: center;
  padding: 19px 22px 19px;
  flex-direction: row;
  gap: 18px;
  border-radius: 122px;
}

.phonelogo