body {
    background-color: black;
    /*cursor: help;*/
    background-image: url("references/comma.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
   font-family: sans-serif;
}


    p {
        color:white;
        font-size: 4100px;
        font-family: 'RanchersRegular';
        font-weight: normal;
        font-style: normal;
        opacity:0%;
        text-align: center;
        margin:0%;
     }

     @media screen and (max-width:780px) {
        body {
            background-color: black;
            cursor: help;
            background-image: url("references/commaim-05.png");
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: 80vw;
            background-position: center center;
            background-position-x: 1.5vw;
            background-position-y: 0vh;
        }
     }