body{
    background-image: url(images/stop\ background.png);
    background-position: center;
    background-attachment: fixed;
    background-size: contain;
    margin: 5px;
    display: flex;
    justify-content: flex-start;
    padding: 50px;
}

.mestop img{
    position: absolute;
    width: 510px; /* image size */

    top: 110px;
    left: 150px;

    transition: box-shadow 0.6s ease;
}

.mestop:hover{
    
    filter: drop-shadow(0 0 10px rgba(0, 255, 0, 0.8));
    
}


.textbox img{
    position: absolute;
    width: 550px; /* image size */

    top: 200px;
    left: 710px;
}

p{
    font-family: "Jaro", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    position: absolute;

    top: 340px;
    left: 795px;

    color: rgb(0, 0, 0);
    font-size: 15px;
   

    width: 300px;


    padding: 10px;

    text-align: left;

    word-wrap: break-word;
    overflow-wrap: break-word;

    display: inline-block;

    background: rgba(0, 153, 255, 0);
    border-radius: 8px;
}