
/* Responsive adjustments for small screens */
@media (max-width: 600px) {
    body {
        font-size: 100%;
    }

    .core {
        padding:6vh 4vw;
        margin: 0 6vw;
    }
}

canvas {
    height: 100%;
    display: block;
    position: fixed;
    z-index: -1;
}

html, body {
    margin: 0;
    height: 100%;
    font-family: 'Courier New';
    color: whitesmoke;
    font-size: 115%; 
}

.outer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.core{
    padding: 0vh 2.3vw 0.5vh 1.8vw;
    display: flex;
    flex-direction: column;
    background-color: rgb(31, 31, 31);
    border-radius: 0.6vh;
}

a:link, a:visited {
    color: rgb(119, 139, 142);
    background-color: transparent;
    text-decoration: underline;
}

a:hover {
    color: rgb(69, 137, 167);
    background-color: transparent;
    text-decoration: underline;
}

.top{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    a {
        font-size: 120%;
    }
}
