html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.prvi {
    width: 100%;
    background-image: url(slike/bg.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.border1 {
    width: 70%;
    display: flex;
    flex-direction: column;
    border: 1px dotted rgb(255, 255, 255);
    align-items: center;
    margin: 10px;

}

.border1 img {
    margin-top: 20px;
    height: 130px;
}

.borderr {
    display: inline;
    border: 1px solid beige;
}

.border1 h3 {
    font-size: 23px;
    color: white;
}

.border1 pre {
    color: white;
}

.border1 p {
    color: white;
    font-size: 10px;

}

.drugi {
    width: 100%;
    background-color: hsl(0, 10%, 82%);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.drugi img {
    height: 300px;
}

.drugi p {
    color: gray;
    text-align: center;
    margin: 0;
    margin: 0px 12px;
    padding: 0;
}

.drugi h2 {
    font-size: 28px;
    margin: 0;
}

.border2 {
    margin: 12px;
    border: 1px dashed hsl(0, 1%, 37%);
    width: 70%;
    /* Nastavi širino, da se prilega vsebini */
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
}

.tretji {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 30px 0;
}

.cetrti {
    width: 100%;
    background-color: hsl(0, 10%, 82%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
    padding-bottom: 30px;
}

.cetrti p {
    margin: 0 20px;
}

.peti {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
    gap: 20px;
}

.peti img {
    height: 300px;
}

.Found {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 23px;
}

.found h2 {
    margin: 0;
}

.leva {
    width: 20%;
    text-align: left;

}

.desna {
    width: 20%;
    text-align: left;
}

.zadnji{
    width: 100%;
    background-image: url(slike/bg.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 0;
    
}