body, html {
    background-color: saddlebrown;
    background-image: url("images/schokoblock.png");
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-repeat: round;
}
.honeycomb {

    width: 50%;
    height: 80%;

    color: snow;
    font-size: xx-large;
    text-shadow: 2px 2px black;

    background-image: url("images/honeycomb.png");
    background-repeat: round;
    margin: 0;
    padding: 15px;
   display: flex;
    justify-content: center;

}

.text {


    padding: 5px;
    width: fit-content;
    height: 70%;
    overflow-y: visible;
    background-color: rgba(255, 13, 15, 0.5);
    border-radius: 15px;
    text-align: center;
}
.main {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.Schokolade {
    color: brown;
    border: 2px solid maroon;
    border-radius: 15px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: wheat;
}
.idiotville {
    color: purple;
    border-radius: 15px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: wheat;
    border: 2px solid hotpink;
}
.girl {


    bottom: 0;
    left: 0;
}
.bar {
    height: 100px;
}
.big {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}
.leftside {
    height: 100%;
    background-color: black;
    border-right: 2px solid palegoldenrod;
    border-left:  2px solid palegoldenrod;

}
.serbia {
    max-width: 100px;
    border: 5px solid palegoldenrod;
}
.topbanner {
    width: 100%;
    height: 10%;
    background-image: url("images/flagofserbia.svg");
    background-size: contain    ;
}
.audio {
    position: fixed;
    right: 0;
    bottom: 0;
}