:root {
    background-color: #333355;
    color: #ccddff;
    font-family: 'Lexend', sans-serif;
    padding: 5% 15%;
    touch-action: none;
}

:root a {
    color: inherit;
    font-weight: bolder;
}

:root p:first {
    text-align: justify;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.logo-container {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    align-items: center;
}

.logo {
    border-radius: 5%;
    box-shadow: 0 0 0.5em #111133;
    max-height: 4em;
    margin: 1em;
}
