body{
    margin: 0px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.Naslov{
    background-color: #ffffff;
    height: 200%;
    display: flex;
    flex-direction: row;
    justify-content: center; /* horizontal centering */
    align-items: center;     /* vertical centering */
    padding: 30px;

}
.Naslov-naslov{
    margin: 20px;
    font-size: 300%;
    color: #b6b6b6;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.Menu{
    background-color: #ffffff;
    margin: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: #050505;
}
.pod-naslov{
    color: white;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 3%;
    margin-top: 3%;

    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding: 12px 25px;
    background-color: #646464;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}
.pod-naslov:hover{
    background-color: #9e9e9e;
    transform: scale(1.05);
    color: #050505;
}
.pod-naslov:active{
    background: rgb(99, 95, 95);
    transform: scale(0.95);
}

.Predstavitev{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 1%;
    margin-right: 1%;
    background-image: url(Polystyrene-thermal-resistance-768x545.jpg);
    margin: 0px;
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: right center;
    background-color: rgb(0, 0, 0);
    flex: 1;
}
.Predtsavitev-text{
    font-size: 150%;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-left: 5%;
    margin-top: 10%;
    font-weight: 500;
    color: white;

}
.Predstavitev-text{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-left: 5%;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 400;
    max-width: 50%;
    margin-bottom: 10%;
}
.img1{
    width: 20%;
    border-radius: 10%;
    margin: 10px;
}
.img1:hover{
    transform: scale(1.2);
}

.footer {
    background-color: rgb(255, 255, 255);
    color: rgb(143, 143, 143);
    display: flex;
    padding: 20px 0;
    font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    
}
.gimvic-slika{
    width: 8%;
}
.slike{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.yt, .ig {
    display: inline-block;
    cursor: pointer;
}

.yt {
    width: 14%;
}

.ig {
    width: 8%;
}

.yt img,
.ig img {
    width: 100%;
    height: auto;
    display: block;
}
.logoti{
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center;     /* vertical center (if needed) */
    gap: 10px;
}
