.background_image{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("./Pozadine/slika2.gif");
    /*background-color: black;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 40% 40%;
}
.h2{
    text-align: center;
    color: rgb(150, 150, 150);
    opacity: 0.8;
    font-size: 20px;
}
.slika3{
    text-align: end;
}
.main_content
{
    text-align: left;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0px 40px;
    font-size: 15px;
    color: rgb(116, 116, 116);
}

.gifPlavuse{
    size: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 10px 120px;
}
.img{
    max-width: 60%;
    max-height: 60%;
}

.slike{
    margin-top: 0px 0px;
    padding-top: 0px 0px;
    transition-duration: 0.5s;
    max-width: 60%;
    max-height: 60%;
}
.button{
    z-index: 1;
    padding: 5px 25px;
    text-align: end;
    font-size: 20px;
    color: rgb(110, 110, 110);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 10px 10px;
    border: none;
    transition-duration: 0.4s;
    transition: all 0.5s;
    opacity: 0.8;
}
.button:hover {
    
    color: rgb(246, 0, 4);
    opacity: 0.7;
  }
  .button:hover {
    box-shadow: 0 12px 16px 0 rgba(255, 12, 12, 0.24), 0 17px 50px 0 rgba(246, 7, 27, 0.24);
  }