/*
 * Basic style sheet rules for this site
 */

body {
    font-size:2vh;
    color:white;
    background-color:rgb(0 0 0 / 90);
    background-image:url(../images/nox.jpg);
    background-size: cover;
}

h1, h2, h3 {
     text-align: center;
}
