html{
  font-family: 'Montserrat', sans-serif;
  font-size: 16;
  background-color: white;
  margin-bottom: 50px;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 25px;
  width: auto;
}

.header{
    text-align: center;
}

.header h1{
  font-weight: bold;
  font-size: auto;
  margin: 25px;
}

.container{
  width: auto;
  margin: 50;
}

.container h2{
  text-align: center;
  font-weight: bold;
}

.container h4{
  text-align: center;
  font-weight: bold;
}

.footer, .footer h1, .footer a:link{
  text-align: center;
  margin-top: 32px;
  color: grey;
  text-decoration-line: underline;
}

.footer a:hover{
  color: black;
  font-weight: bold;
}
