@font-face {
    font-family: BoldPixels;
    src: url(/font/boldpixels/BoldPixels.otf);
}


#cont {
    display: flex;
    height: calc(100vh - 180px);
    width: calc(80vw);
    border-bottom: #000 solid 10px;
}

#liv {
    width: 35%;
    height: 100%;
    text-align: center;
    border-left: #000 solid 10px;
    border-right: #000 solid 10px;
    background: repeating-linear-gradient(45deg, #000, #000 15px, #ffffff 10px, #ffffff 30px);
}

#desn {
    width: 65%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: outset 5px 5px 5px #000;
    text-align: center;
    border-right: #000 solid 10px;
}

#kutij{
    height: 100%;
    width: 100%;
    background: rgba(255, 245, 237, 0.5);
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 20px;
    color:#ffffff
}

#about{
    background-color: #000;
    width: calc(100% - 60px);
    margin-left: 30px;
    height: auto;
    font-size: 60px;
}
#about:hover {
    cursor: pointer;
}

#stripovi{
    background-color: #000;
    width: calc(100% - 60px);
    margin-left: 30px;
    height: auto;
    font-size: 60px;
}
#stripovi:hover {
    cursor: pointer;
}

.heart{
    color: #000;
    font-size: 70px;
}

.mn_elem{
    background-color: #000;
    width: calc(100% - 60px);
    margin-left: 30px;
}

#header {
    background-color: #ffffff;
    width: calc(100% - 20px);
    height: 70px;
    border: 10px solid #000;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

#centr {
    justify-self: center;
    font-size: 50px;
}

#livi {
    padding-left: 10px;
    justify-self: start;
}

#desni {
    padding-right: 10px;
    justify-self: end;
}

#desndva {
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(45deg, #000, #000 15px, #ffffff 10px, #ffffff 30px);
    box-shadow: outset 5px 5px 5px #000;
    text-align: center;
    border-right: #000 solid 10px;
    border-left: #000 solid 10px;
}

#abouttext{
    display: flex;
    height: 80%;
    width: 80%;
    background-color: #ffffff;
    border: #000 solid 10px;
    margin: 0;
    color: #000;
    font-family: BoldPixels;
    justify-content: center;
    align-items: center;


}

#abouttext{
    display: flex;
    height: 80%;
    width: 100%;
    background-color: #ffffff;
    border: #000 solid 10px;
    margin: 0;
    color: #000;
    font-family: BoldPixels;
    justify-content: center;
    align-items: center;
    border-left: 0;
    border-right: 0;


}

body {
    padding: 10%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0;
    background-color: #ffffff;
    font-family: BoldPixels;
}

img {
    margin-top: 50px;
    max-height: 80%;
    width: auto;
    min-width: 300px;
}

@media (max-width: 825px) {
    #desn{
        display: none;
    }
    #liv {
        width: 100%
    }
    #desni {
        visibility: collapse;
        max-width: 0;
        max-height: 0;
    }
    #livi {
        visibility: collapse;
        max-width: 0;
        max-height: 0;
    }
    #centr {
        font-size: 36px;
    }
    #cont{
        display: block;
        width: calc(80vw - 20px);
    }
}