html,
body {
  height: 100%;
  color: #4c566a;
  background-color: #ffffff;
  font-family: 'Nunito', sans-serif;
}

.container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title {
  font-weight: 600;
  font-size: 2em;
}

.text {
  font-weight: 300;
  font-size: 1.5em;
}

a,
a:visited {
  color: #4c566a;
}

a:hover {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #4c566a;
}

.fab {
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}