.title {
    font-size: 45px;
}

.sub-title {
    font-size: 30px;
}

#splash {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    text-align: center;
    left: 0px;
    top: 0px;
    font-family: 'Source Serif Pro', serif;
    color: #2e4928;
    text-align: center;
    display: table;
}

#splash-inner {
    display: table-cell;
    vertical-align: middle;
}

#splash img {
    height: 12vh;
}

#go-button {
    font-family: monospace;
    font-size: 25px;
    user-select: none;
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: white;
    background-color: rgba(20, 20, 120, 0.7);
    align-items: center;
    justify-content: center;
    border: 4px solid white;
    cursor: pointer;
    user-select: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 24px;
}

#go-button-silent {
    font-family: monospace;
    font-size: 16px;
    user-select: none;
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: white;
    background-color: rgba(20, 20, 120, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid white;
    cursor: pointer;
    user-select: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 24px;
}

a {
    color: inherit;
    text-decoration: none;
}
