@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap");

* {
  font-family: "Poppins", sans-serif;
}

.rowss {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.imag {
  width: 20px;
  height: 20px;

  margin-left: 10px;
  margin-bottom: 10px;
}

.navigation-red {
  background-color: #d63031;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 2px;
  position: fixed;
  width: 100%;
  height: 10vh;
  align-items: center;
  flex-direction: row;
  display: flex;
}

.title-navs {
  font-size: 20px;
  color: white;
  font-weight: bold;
}

.headers {
  background-color: #d63031;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 150px;
}

.unit {
  width: 95%;
}

.unit-1-left {
  margin: 10px;
  display: flex;

  justify-content: center;
  height: 80vh;
  flex-direction: column;
}

.unit-1-right {
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
}

.links {
  width: 350px;
  text-align: center;
  padding: 15px;
  border-radius: 30px;
  text-decoration: none;

  border: 1px solid white;
  transition: 0.2s;
  font-weight: bold;
  background-color: white;
  color: #d63031;
}

.links:hover {
  font-weight: bold;
  background-color: #d63031;
  color: white;
}

.center {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cards {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  height: 50vh;
  padding: 30px;
  width: 350px;
}

.alignment {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}

.alignments {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  flex-direction: column;
}

.middles {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40vh;

  flex-direction: column;
}

.app-screen {
  height: 160vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cards-2 {
  width: 320px;
}

.title-center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px;
  flex-direction: row;
}

@media screen and (max-width: 600px) {
  .headers {
    height: 180vh;
    border-bottom-right-radius: 0px;
  }

  .center {
    height: 180vh;
  }

  .cards {
    width: 360px;
  }

  .app-screen {
    height: 370vh;
  }
}
