join.scss 910 Bytes
// i.fas.fa-location-arrow {
//   display: flex;
//   justify-content: center;
//   align-items: center;
//   width: 30px;
//   height: auto;
//   object-fit: cover;
// }

h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  opacity: 0.8;
}

a {
  .login-github {
    display: flex;
    justify-content: center;
    border-radius: 25px;
    align-items: center;
    margin-top: 30px;
    height: 80px;
    background-color: rgb(93, 32, 167);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11),
      0 4px 4px rgba(0, 0, 0, 0.11), 0 6px 8px rgba(0, 0, 0, 0.11),
      0 8px 16px rgba(0, 0, 0, 0.11);
    font-family: "Raleway", sans-serif;
    color: white;
    font-size: 50px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 25px;
  }
}