@font-face {
    font-family: "milk_and_honeyregular";
    src: url("./assets/fonts/milk_and_honey-webfont.woff2") format("woff2"),
        url("./assets/fonts/milk_and_honey-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    background-image: url('./assets/img/background.png');
    overflow-x: hidden;
}