body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.logo {
  margin-bottom: 20px;
}

a {
  color: #CA4F24;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}