body {
    color: gray;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    padding-top: 12.5%;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 17.5px;
}

.intro {
    max-width: 500px;
}

.navigation {
    margin: auto;
    max-width: fit-content;
    word-spacing: 20px;
}

.navigation a {
    color: gray;
    text-decoration: underline dotted;
}