@font-face {
  font-family: "chirpFont";
  src: url(./assets/fonts/ChirpBold.ttf);
}
@font-face {
  font-family: "chirpext";
  src: url(./assets/fonts/ChirpExtendedHeavy.ttf);
}
@font-face {
  font-family: "chirpreg";
  src: url(./assets/fonts/ChirpRegular.ttf);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: rgb(0 0 0);
  font-family: chirpFont;
}
.logo {
  height: 435px;
  width: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
}
svg {
  height: 420px;
  width: 380px;
}
.r-yyyyoo {
  fill: currentcolor;
}
.r-1nao33i {
  color: rgb(231, 233, 234);
}
main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
footer {
  display: flex;
  flex-direction: column;
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: rgb(113, 118, 123);
  gap: 8px;
}
.links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0 60px;
}
.links a {
  font-size: 12px;
  text-decoration: none;
  letter-spacing: 0.1px;
  color: inherit;
  font-weight: chirpreg;
}
.links a:hover {
  text-decoration: underline;
}
.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form {
  height: 650px;
  width: 760px;
  color: rgb(231, 233, 234);
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 85px;
}
.form h1 {
  font-size: 70px;
  letter-spacing: 1px;
  margin-top: 90px;
  font-family: chirpext;
}
.form h2 {
  font-size: 30px;
  letter-spacing: 0.5px;
  margin-top: 50px;
}
.buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 8px;
}
.orline {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-top: -8px;
}
.line1 {
  /* height: 1px; */
  width: 140px;
  border: 1px solid rgb(113, 118, 123);
}
.button {
  height: 40px;
  width: 300px;
  border-radius: 25px;
  background-color: white;
  border: 0px solid white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-weight: 700;
  font-size: 15px;
}
.button img {
  height: 20px;
  width: 20px;
  background-color: inherit;
  margin-right: 8px;
}
.grey:hover {
  background-color: rgb(224, 223, 223);
}
.tpc {
  margin-top: 5px;
}
.tpc p,
span {
  display: inline;
  font-size: 14px;
  color: rgb(113, 118, 123);
  margin-bottom: 50px;
  font-family: chirpreg;
}
.create {
  background-color: rgb(29 155 240);
  margin-top: 8px;
  color: white;
}
.create:hover {
  background-color: rgb(7, 139, 227);
}
.ahaa {
  font-weight: 700;
  color: white;
  font-size: 18px;
}
.signin {
  color: rgb(29 155 240);
  background-color: transparent;
  border: 0.09px solid white;
  margin-top: 15px;
}
.signin:hover {
  background-color: rgba(29, 156, 240, 0.142);
}

/* @media (max-width: 768px) {
  .logo {
    height: 300px;
    width: 520px;
  }
  svg {
    height: 280px;
    width: 250px;
  }
  .form {
    height: auto;
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .form h1 {
    font-size: 50px;
    margin-top: 50px;
  }
  .form h2 {
    font-size: 25px;
    margin-top: 30px;
  }
  .buttons {
    padding: 0;
  }

  .orline {
    width: 100%;
    margin-top: 20px;
  }
  .line1 {
    width: 50%;
  }
  .tpc p {
    font-size: 12px;
  }
  .ahaa {
    font-size: 14px;
    margin-top: 10px;
  }
}

/* Phones */
/* @media (max-width: 480px) {
  .logo {
    height: 200px;
    width: 340px;
  }
  svg {
    height: 180px;
    width: 160px;
  }
  .form h1 {
    font-size: 40px;
    margin-top: 30px;
  }
  .form h2 {
    font-size: 20px;
    margin-top: 20px;
  }
  .button {
    height: 35px;
    font-size: 13px;
  }
  .orline {
    margin-top: 15px;
  }
  .line1 {
    width: 40%;
  }
  .tpc p {
    font-size: 10px;
  }
  .ahaa {
    font-size: 12px;
    margin-top: 5px;
  }
}  */
