@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat.woff') format('woff');
  src: url('../fonts/montserrat.woff2') format('woff2');
  src: url('../fonts/montserrat.ttf') format('truetype');
}
* {
  margin: 0;
  font-family: montserrat;
}
h1,
h2,
h3 {
  color: black;
  text-decoration: none;
  font-weight: 500;
}
a {
  text-decoration: none;
  font-weight: bolder;
  color: black;
}

.wait-container {
  width: 50%;
  margin: auto;
  align-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wait-container h1,
h2 {
  text-align: center;
  margin: 20px;
}

footer {
  background-color: rgb(212, 212, 212);
  color: white;
  position: static;
  bottom: 0;
  left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}