* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container-one {
  display: auto;
}

.background-top {
  width: 100%;
  height: auto;
  background-color: rgb(0, 0, 0);
}

.write-soon {
  color: white;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: start;
  font-size: 50px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.container-two {
  display: flex;
}

.background-line {
  width: 100%;
  height: 2px;
  background-color: white;
}

.container-three {
  display: flex;
}

.background-AboutUs {
  width: 100%;
  height: 100vh;
  padding-top: 10px;
  background-color: black;
}

.AboutUs {
  font-size: 70px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 2%;
  padding-left: 2%;
}

.Description {
  font-size: 15px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: white;
  text-align: center;
  justify-content: left;
}

img {
  margin: 0%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 5%;
  width: 45%;
  height: 450px;
}

.ImgAboutUs {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
}
.ImgAboutUs2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
}

@media screen and (max-width: 416px) {
  .write-soon {
    font-size: 35px;
  }

  .Description {
    padding-left: 10px;
    padding-right: 10px;
  }

  img {
    height: 80%;
    width: 80%;
  }
}
