@font-face {
    font-family: 'Alice';
    src: url('../assets/fonts/Alice/Alice-Regular.ttf');
}

@font-face {
    font-family: 'Berkshire Swash';
    src: url('../assets/fonts/Berkshire_Swash/BerkshireSwash-Regular.ttf');
}

@font-face {
    font-family: 'Quicksand';
    src: url('../assets/fonts/Quicksand/Quicksand-VariableFont_wght.ttf');
}

body {
    background-color: #f6f3ee;
    width: 100%;
    height: 100%;
    font-family: 'Alice', serif;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.font-quicksand {
    font-family: 'Quicksand', serif;
}

.font-berkshire {
    font-family: 'Berkshire Swash', serif;
}

.text-brown {
    color: #8B7355;
}

.logoFooter {
    width: 250px;
    margin-top: 5px;
}

.img-sosmed {
    width: 40px;
    margin-bottom: 50px;
}

.footer {
        background: #8B7355;
        color: white;
        padding-top: 20px;
    }

.list {
    margin-top: -40px;
}

@media screen and (max-width: 1080px) {
    .footer {
        background: #8B7355;
        color: white;
        padding-top: 20px;
    }

    .logoFooter {
        width: 180px;
        margin-top: 20px;
    }

    .list {
        margin-top: -40px;
    }

    .text-pikard {
        position: absolute;
        top: 6.5%;
        left: 38.8%;
        font-size: 13px;
        color: #62442f;
    }

    .img-sosmed {
        width: 20px;
    }
}