body {
  background-color: black;
  color: #ffffff;
  font-family: Raleway;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 73px;
}

header h1 {
  font: normal normal medium 50px/59px Raleway;
  font-size: 50px;
  padding: 7px;
}

.background {
  width: 100%;
  height: 727px;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 348px;
}
.description p {
  font: normal normal 300 16px/19px Raleway;
  font-size: 16px;
  padding: 75px 106px 75px 150px;
  width: 475px;
  height: 197px;
}

main img {
  width: 399px;
  height: 237px;
  padding: 55px;
  padding-right: 150px;
  padding-left: 0px;
}

section {
  width: 100%;
  height: 348px;
}

.characteristics {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1e1a13;
}

.characteristics h2 {
  font: normal normal medium 40px/47px Raleway;
  font-size: 40px;
  margin-top: 75px;
  margin-bottom: 0px;
}

.characteristics-internal {
  display: flex;
}

.icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 50px 70px 75px 70px;
}

.icons p {
  font: normal normal 300 24px/29px Raleway;
  font-size: 25px;
  margin-bottom: 0px;
}

.gallery {
  display: flex;
  justify-content: space-evenly;
  padding: 73px 150px;
  gap: 16px;
}

.pictures img {
  width: 380px;
  height: 243px;
}

footer {
  display: flex;
  justify-content: center;
  background-color: #1e1a13;
  text-align: center;
  width: 100%;
  height: 102px;
}
footer a {
  font: normal normal 300 20px/24px Raleway;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  padding: 39px 299px;
}
