*, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1 {
  font-size: 3.5rem;
  line-height: 3.8rem;
  font-weight: 700;
  color: #90b8b4;
}

h2 {
  font-size: 1.6rem;
  font-weight: 200;
}

p {
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: #ececec;
}
a:hover {
  color: #e2d8a2;
}

.link-icon {
  color: #d69d00;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

body {
  background-color: #012F33;
  font-family: "Roboto", sans-serif;
}
body main #start {
  height: 100vh;
  color: #ececec;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 5%;
}
body main #start .content {
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  body main #start .content {
    flex-direction: column;
    padding: 1rem;
  }
}
body main #start .content .about {
  flex: 0 0 50%;
  padding-top: 6rem;
}
@media (max-width: 768px) {
  body main #start .content .about {
    padding-top: 2rem;
  }
}
body main #start .content .about .contact {
  display: flex;
  align-items: center;
  margin: 0.5rem 0;
}
@media (max-width: 768px) {
  body main #start .content .about .contact {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  body main #start .content .about {
    flex: 0 0 100%;
    order: 1;
    text-align: center;
  }
  body main #start .content .about h1 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
}
body main #start .content .image {
  flex: 0 0 46%;
}
@media (max-width: 768px) {
  body main #start .content .image {
    flex: 0 0 90%;
  }
}
body main #start .content .image img {
  max-width: 100%;
}

/*# sourceMappingURL=style.css.map */
