* {
    box-sizing: border-box;
}

body {

    background-image: url(img/pozadi.png) 
}
.svet{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left:0% ;
    right: 0%;
}
header,
footer {
    text-align: center;
    margin-bottom: 50px;
    color: hsl(212, 100%, 73%);
    background-image: linear-gradient(to right, #131212 0%, black 100%);
    height: 10%;
    width: 100%;
    font-size: 40px;
    


}
header{
        margin-bottom: 10%;
}
footer{
    margin-bottom: 0%;
}
a {
    color: hsl(212, 100%, 73%);
    text-decoration: none;
    font-size: 25px;
}

.slider {
    position: relative;
    width: 100%;
    height: 300px;
    overflow:visible
}

.item {
    position: absolute;
    width: 200px;
    height: 300px;
    text-align: justify;
    background-color: #112f3b;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    transition: 0.5s;
    left: calc(50% - 110px);
    top: 0;


}

#next,
#prev {
    position: absolute;
    top: 40%;
    color: #000000;
    background-color: transparent;
    border: none;
    font-size: xxx-large;
    font-family: monospace;
    font-weight: bold;
    left: 20%;
}

#next {
    left: unset;
    right: 20%;
}

img {
    width: 150px;
    height: fit-content;
    margin-top: 50px;
    margin-right: 45px;
    border-radius: 20px;
}