#frontpage-links > a {
    color: white;
    text-decoration: none;
}

#frontpage-links {
    display: grid;
    grid-area: bottom;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-around;
    align-content: space-around;
}

#frontpage-links .tile {
    border-radius: 1em;
    padding: 1em;
    border: thin white solid;
    height: 100%;
    background-image: url("mooncorner.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: black;
}

#frontpage-links legend {
    font-size: x-large;
}

#frontpage-links a legend {
    text-decoration-line: underline;
    color: aquamarine;
}