

.landing {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: 100vh; */
  font-family: 'Raleway', 'Courier New', Courier, monospace;
}


.title  {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bolder;
  color: #585858;
}

.subtitle  {
  font-size: 1.2rem;
  color: #BCBCBC;
  margin-top: 0px;
}

.social-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 534px;
}

.social-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #bf1c2d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.social-btn > i {
  color: #fff;
  font-size: 22px;
}

.message {
  font-size: 1.4rem;
  color: #9f9f9f;
  margin-top: 0px;
}

.hint {
  font-size: 13px;
  color: #9f9f9f;
  margin-top: 4px;
  margin-bottom: 4px;
}