/*#region HeaderImg*/
#ImgHeading{
    position: absolute;
    top: 24vw;
    left: 50%;

    width: 280px;

    margin-left: -150px;
    padding: 20px;

    background-color: rgba(241, 251, 255, 0.3);

    color: white;
    text-shadow: 1px 1px 1px darkgrey;

    letter-spacing: 3px;
    font-size: 160%;
    font-weight: bold;
}

#ImgHeading>span{
    display: block;
    width: 100%;
    text-align: center; 
}
/*#endregion*/

/*#region Body*/
#BeachImg{
    border: .1px solid rgb(145, 180, 200);
}
/*#endregion*/