
div{
    width: 40vh;
    height: 5vh;
   background: rgb(0, 0, 0);
    position: relative;
}
div:hover{ 
    opacity:0; filter:alpha(opacity=0); }

body{
    background-image: url(IMG_0319.JPG);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; 
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: end;
    color:rgb(194, 132, 0);
    cursor: crosshair;
}

