* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

#one_help {
    margin-top: 5%;
    background-image: url("https://res.cloudinary.com/dxfq3iotg/image/upload/v1557323760/weather.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* modal */
#modal {
    position: relative;
    z-index: 99;
    height: 100%;
    width: 100%;
    background-color: #f4f4f4;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s linear;
    border-radius: 2%;
    position: fixed;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-top: -5%;
}

.modal_box {
    position: absolute;
    top: 20% !important;
    left: 20%;
    width: 60%;
    background-color: white;
    padding: 2rem;
}


#reletedPics {
    transition: transform .2s;
}

#reletedPics:hover {
    transform: scale(1.5);
}




/* ovo  - PROMIJENI SRCEM.NET U SRCME HR*/
@media screen and (max-width: 968px) {
    #one_help {
        margin-top: 5rem;
    }

    #wholeCookie {
        height: 45%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}


@media screen and (max-width: 450px) {

     .modal_box {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 3% !important;
        bottom: 11% !important;
        left: 20%;
        width: 60%;
        background-color: white;
        padding: 3rem;
    }


}

