@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");


body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: black; /* Adiciona esta linha */
}

* {
  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: 50px;
  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%;
}

.text-section {
  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;
}



.container-three {
  display: flex;
}

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