html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #ccc1ad;
	display: flex;
    align-items: center;
    justify-content: center;
}
@font-face {
    font-family: NB Akademie Std;
    src: url(/fonts/nb_akademie_pro_book-webfont.eot);
src: url(/fonts/nb_akademie_pro_book-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/nb_akademie_pro_book-webfont.woff2) format("woff2"), url(/fonts/nb_akademie_pro_book-webfont.woff) format("woff"), url(/fonts/nb_akademie_pro_book-webfont.ttf) format("truetype");
    font-weight: 200;
    font-style: normal;
}
.rect {
    position: absolute;
    
    /* animation state via CSS variables */
--sx: 1;
--sy: 1;
--ox: 50%;
--oy: 50%;
    transform-origin: var(--ox) var(--oy);
    transform: scale(var(--sx), var(--sy));
    transition: transform var(--dur, 1000ms) linear;
    will-change: transform;
}
/* example placement */
#total {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	padding: 0;
}
@media screen and (max-width: 1000px) {
#total {
    width: 70%;
}
}
.container {
    width: 25%;
    aspect-ratio : 1 / 1;
    position: relative;
    float: left;
    border: 0;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1000px) {
.container {
    width: 50%;
}
}
#rect1 {
    left: 0%;
    top: 0%;
    width: 25%;
    height: 100%;
    background: #fff2d9;
}
#rect2 {
    left: 53%;
    top: 0%;
    width: 15%;
    height: 50%;
    background: #E5DAC3;
}
#rect3 {
    left: 95%;
    top: 0%;
    width: 5%;
    height: 100%;
    background: #E5DAC3;
}
#rect4 {
    left: 75%;
    top: 0%;
    width: 25%;
    height: 100%;
    background: #fff2d9;
}
#rect5 {
    left: 32%;
    bottom: 0%;
    width: 15%;
    height: 50%;
    background: #5e3b27;
}
#rect6 {
    left: 0%;
    top: 0%;
    width: 5%;
    height: 100%;
    background: #805a40;
}
#rect7 {
    left: 0%;
    top: 0%;
    width: 25%;
    height: 100%;
    background: #E5DAC3;
}
#rect8 {
    left: 53%;
    top: 0%;
    width: 15%;
    height: 50%;
    background: #5e3b27;
}
#rect9 {
    left: 95%;
    top: 0%;
    width: 5%;
    height: 100%;
    background: #E5DAC3;
}
#rect10 {
    left: 75%;
    top: 0%;
    width: 25%;
    height: 100%;
    background: #fff2d9;
}
#rect11 {
    left: 32%;
    bottom: 0%;
    width: 15%;
    height: 50%;
    background: #5e3b27;
}
#rect12 {
    left: 0%;
    top: 0%;
    width: 5%;
    height: 100%;
    background: #805a40;
}
#rect13 {
    left: 75%;
    top: 0%;
    width: 25%;
    height: 100%;
    background: #fff2d9;
}
#rect14 {
    left: 32%;
    top: 0%;
    width: 15%;
    height: 50%;
    background: #805a40;
}
#rect15 {
    left: 0%;
    top: 0%;
    width: 5%;
    height: 100%;
    background: #805a40;
}
#rect16 {
    left: 75%;
    top: 0%;
    width: 25%;
    height: 100%;
    background: #805a40;
}
#rect17 {
    left: 32%;
    bottom: 0%;
    width: 15%;
    height: 50%;
    background: #E5DAC3;
}
#rect18 {
    left: 0%;
    top: 0%;
    width: 5%;
    height: 100%;
    background: #805a40;
}
#rect19 {
    left: 0%;
    top: 0%;
    width: 5%;
    height: 100%;
    background: #fff2d9;
}
#rect20 {
    left: 32%;
    top: 0%;
    width: 15%;
    height: 50%;
    background: #E5DAC3;
}
#rect21 {
    left: 75%;
    top: 0%;
    width: 25%;
    height: 100%;
    background: #805a40;
}
#rect22 {
    left: 0%;
    top: 0%;
    width: 25%;
    height: 100%;
    background: #E5DAC3;
}
#rect23 {
    left: 53%;
    top: 0%;
    width: 15%;
    height: 50%;
    background: #5e3b27;
}
#rect24 {
    left: 95%;
    top: 0%;
    width: 5%;
    height: 100%;
    background: #805a40;
}
#bottom {
    clear: both;
    position: relative;
    margin-top: 0;
    padding-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    gap: 13px;
}
.footer-item {
    font-family: NB Akademie Std;
    color: #4C3626;
    font-size: 24px;
    font-weight: bold;
}

.footer-item p {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.footer-item a {
    color: #4C3626;
    text-decoration: none;
}

.button1 {
    font-family: NB Akademie Std;
    color: #fff2d9 !important;
    font-weight: bold;
    background-color: #4C3626;
    border: none;
    text-align: center;
    text-decoration: none;
    display: flex;
    font-size: 21px;
    line-height: 1;
    cursor: pointer;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    height: 70px;
    width: 260px;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    #bottom {
        flex-wrap: wrap;
    }

    .button1 {
        font-size: 12px;
        line-height: 1;
        border-radius: 8px;
        padding: 0 2px;
        height: 35px;
        width: auto;
    }

    .footer {
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    .footer-item {
        font-size: 14px;
        box-sizing: border-box;
    }

}

@media screen and (max-width: 480px) {
    .footer-item {
        flex: 0 0 47%;
        max-width: 48%;
    }
}


