* {
  margin: 0;
  padding: 0;
  background-color: rgb(33, 24, 24);
  color: #ffffff;
}
header {
  height: 10vh;
  padding: 1vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2vh;
}
nav ul {
  width: 50vw;
  align-items: center;
  color: #ffffff;
  display: flex;
  list-style: none;
  justify-content: space-around;
}
.sec-01 {
  height: 30vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2vh;
}
.sec-01 h1,
.sec-01 p {
  width: 40%;
  font-size: 1.1em;
}
.sec-01 h1 {
  font-size: 4em;
}
.sec-01 p {
  width: 30%;
}
.img {
  height: 65vh;
  background: url("./assets/pexels-ekaterina-bolovtsova-6077326.jpg") no-repeat
    center center;
  background-size: cover;
}
footer {
  height: 8vh;
}
.btn {
  background-color: transparent;
  border: 1px solid rgb(241, 215, 20);
  color: rgb(241, 215, 20);
  padding: 2vh 3vh;
  border-radius: 10px;
  box-shadow: 0 0 5px 1px rgb(241, 215, 20);
}
