html,
body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f3fafd;
  overflow: hidden;
}

h1 {
  font-size: 4rem;
}

footer {
  background-color: #28245f;
  bottom: 0;
  width: 100%;
}
