  .f{
  color:white;
  font-family: 'VT323', monospace;
    }
        
        a{
        font-size:25px;
        color:white;
        font-family: 'VT323', monospace;
        }
        .button {
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
  padding: 8px 16px;
  transition: 0.2s;
}

div.button-link a:hover {
    background: white;
  color: black;
}
.button-container{
  display: flex;
  gap: 15px;
  justify-content: center;
  }
  hr{
    border: 1px solid #fff;
    }