/* body {
    background: linear-gradient(0.25turn, rgba(109, 187, 204), rgba(213, 109, 139));
} */

@font-face {
  font-family: "regular";
  src: url("../fonts/Inter-Regular.ttf");
}

@font-face {
  font-family: "semibold";
  src: url("../fonts/Inter-SemiBold.ttf");
}

/* a.connecter {
    color: #000000;
} */
h1 {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 3.2rem;
}

.conditions {
  text-align: left;
  font-family: "regular";
  color: #ffffff;
  opacity: 1;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1rem;
}
.tostitle {
  text-align: center;
  font-family: "regular";
  color: #000000;
  opacity: 1;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1.9rem;
}

.tos-cont {
  min-height: 100vh;
  /* background-color: #ffffff5b; */
  background-color: #ffffff2f;

  border-radius: 20px;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 80%;
  margin: 0 auto;
}

input {
  font-family: "regular";
  color: white;
  background: rgba(255, 255, 255, 0.3);
  outline: none;
  padding: 0.5rem;
  border-radius: 10px;
  width: 20rem;
  text-align: center;
  border: 1px solid white;
}

::placeholder {
  font-family: "regular";
  color: #f5f5f5;
  font-style: italic;
  opacity: 1;
}

/* .tos,
.about,
.contactus,
.partners,
.footertext {
    color: #000000;
} */

