@import "animate.css";
@import "reset.css";
@import url("https://fonts.googleapis.com/css?family=Nunito:400,300,700");
html,
body {
  font-family: 'Nunito', sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  background-color: #fffff8;
  color: #252627;
}
@media (prefers-color-scheme: dark) {
  html,
  body {
    color: #fffff8;
    background-color: #252627;
  }
}
.container {
  max-width: 53rem;
  width: 80%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 32px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 75px;
  min-height: 75px;
  color: #a3a6a8;
  border: 5px solid #a3a6a8;
  border-radius: 37.5px;
  margin: 48px;
}
footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 48px 0 48px 0;
  margin-bottom: 0px;
}
.cta {
  color: #6f7275;
  margin: 48px 0 48px 0;
}
.line {
  width: 30%;
  height: 2px;
  background-color: #b9bec3;
}
h1 {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #252627;
  margin: 48px 0 48px 0;
}
h2 {
  font-size: 2.5rem;
  font-weight: 400;
  margin: 48px 0 48px 0;
  line-height: 3rem;
}
h3 {
  font-size: 1.18rem;
  font-weight: 700;
  margin: 48px 0 48px 0;
  line-height: 2.52rem;
}
p {
  font-size: 1.18rem;
  line-height: 2.2rem;
}
a:link,
a:visited,
a:active {
  color: #3c91e6;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  a:link,
  a:visited,
  a:active {
    color: #96c4f2;
  }
}
a:hover {
  color: #48aeff;
  text-decoration: underline;
}
@media (prefers-color-scheme: dark) {
  a:hover {
    color: #96c4f2;
  }
}
.title {
  margin-top: 0px;
}
