.main {
  display: flex;
  flex-direction: column;
  min-height: 97vh;
  text-align: center;
}

footer {
  margin-top: auto; 
}

.main a {
  text-decoration: none;
}

.main p {
  font-size: 500%;
  font-weight: bold;
  color: black;
}
