body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    color: #121212;
}
a {
    color: #121212;
    text-decoration: none;
}
a:hover {
    color: gray;
}

#splash {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.splash_content {
    display: grid;
    grid-template-rows: auto;
    grid-row-gap: 20px;
    align-items: center;
    justify-content: center;
    height: 150px;
}
.splash_content_item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#apps {
    margin: 50px auto;
}

.apps_content_column {
    display: grid;
    grid-template-row: auto;
    grid-row-gap: 20px;
}

.apps_content_item {
    text-align: center;
}