body {
    /* Edit these yourself, this is the main page style */
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white;
    
    background-color: black;
    background-size: 100%;
    background-image: url('bg3.jpg');
    background-repeat: no-repeat;
    
    box-sizing: border-box;
    /* scroll-snap-type: y mandatory; */
    margin: 0px;
}

page-container {
    font-size: 16pt;
    text-shadow: 1px 1px #000000;
}
