body {
    font-size: 22px;
}

.infoBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 97vh; /* 3 for margin! */
}

h1 {
    margin: 10px;
}

h2, h3 {
    margin: 0;
}

a {
    text-decoration: none;
    color: blue;
}

a:hover {
    text-decoration: underline;
}