/* CSS created by A Light in the Rain Ltd. www.alightintherain.com */

/* ----- The following affects all pages ----- */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0px;
    padding: 0px;
}

a:active  {outline: none; /* Removes border when you are clicking an img link */}
a:focus {outline: none; /* Removes img border when you return to a page with a clicked img link */}
/* ----- The above affects all pages ----- */

/* ----- Content Below ----- */
#maincontent {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100dvh;
    width: 100%;
    text-align: center;
    background-color: #000;
    color: #ef9000;
    font-size: 40px; 
    font-family: 'Work Sans', sans-serif;
    
}
/* ----- Content Above ----- */ 