*{
    margin: 0;
    padding: 0;
    font-family: "Roboto";
}

.bold-1{
    margin-top: 4%;
    font-size: 210%;
    font-weight: bold;
}

.bold{
    margin-top: 3%;
    font-size: 22px;
    font-weight: bold;
}

.ceni:hover{
    background-image: url("images/ne6to.png");
    transition: 1s ease 5s;
}

a{
    text-decoration: none;
}

@media only screen and (min-width: 992px) {
    .navbar{
        background-image: url("images/nav.png");
        background-repeat: repeat-y; 
        padding: 1%;
    }
  }


.btn-outline-dark:hover{
    background: linear-gradient(90deg, rgba(9,9,121,1) 0%, rgba(255,0,0,1) 100%);
}

.btn-outline-dark:hover{
    background-image: url("images/button.png");
    color: white;
    font-weight: bold;
}





