body {
    background-image: url('../../Assets/Photos/homePage.jpg');
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    
    color: azure;
    text-shadow: 0px 3px 3px rgba(0,0,0,.5);
    
}

