.body_izrada{
    background-color: #272727;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo_izrada{
    height:50%;
    width:50%;
    margin: auto 0;
    margin-top: 3%; 
    margin-bottom: 5%;
}
.block_izrada{
    width: 200px;
    height: 100px;
    background-color: #F0C96A;
    transform: rotate(-10deg) skewX(-15deg);
    width: 400pt;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text_izrada{
    color: #1b1b1b;
    font-size: 450%;
    font-weight: bolder;
}
.main_page_start{
    background-color: #272727;
    height: 100%;
}