.logo {
    width: 58%;
    min-width: 50%;
}

.background{
    background-image: url("/assets/background.jpg");
    background-size: cover;
}

.gumb {
    background-image: url("/assets/gumb-dugi.png");
    background-size: cover;
    width: 105px;
    height: 35px;
    text-align: center;
    text-justify: start;
    margin: 0 20px 20px 0;
}

.gumb-dugi {
    background-image: url("/assets/gumb-dugi.png");
    background-size: cover;
    width: 155px;
    height: 55px;
    text-align: center;
    text-justify: center;
    margin: 0 20px 20px 0;
    outline: none;
}
.gumb-dugi-X {
    display: block;
    margin-left: auto;
    margin-right: 60px;
    width: auto;
    margin-top: 20px;
}

.red {
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: auto;
}
