html, body {
    height: 100%;
    font-family: 'Baskervville', serif;
}

body {
    margin: 0;
}

h2 {
    text-align: center;
    padding: 4px;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.container {
    background-color: black;
    color: white;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}