body {
    background-color: black;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

p {
    margin: 0;
    padding: 0;
}


#soloPic{
    /* Full screen responsive background image, but maintain aspect ratio and keep centered. */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/dsc04200.jpeg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    pointer-events: none;

}