body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: 'Montserrat', sans-serif;
}

.container {
  text-align: center;
  padding: 2em;
}

a {
  text-decoration: underline;
}

.logo {
  width: 100%;
  max-width: 400px;
  height: auto;
}
 
