body {
    background: #000512;
    background: linear-gradient(90deg, rgba(0, 5, 18, 1) 0%, rgb(2, 6, 4) 100%);    min-height: 100vh; 
    
    display: flex;
    justify-content: center;
    align-items: center;

    color: aliceblue;
    font-family: "FinlandicaText";
    font-weight: 300;
}

#layout {
    background-color: #232;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 
        0px 0px 40px 5px rgba(0,180,0,0.78),
        0px 0px 0px 5px rgba(0,255,0,0.78);
}

#notice {
    font-size: large;
}
a {
    color: crimson;
    font-weight: 500;
}