.intro {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 15vh;
}
.intro .content {
  width: 80%;
  text-align: center;
  max-width: 500px;
}

.intro h1 {
  color: #136066;
  font-family: "Roboto", sans-serif;
  margin-bottom: 3rem;
}

.intro p {
  text-align: left;
}

.intro .button {
  margin-top: 5rem;
  width: 240px;
  height: 50px;
  border-radius: 25px;
  border: none;
  font-size: 1.2rem;
  background-color: #e89d10;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
}

.intro button:focus {
  outline: none;
}

.intro .socials {
  margin-top: 2rem;
}
.intro .socials a {
  font-size: 1.3rem;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  color: #db4b23;
}
