@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Henny+Penny&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');
* html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "Henny Penny", serif;
}

.fullscreen {
    min-height: 100vh;
    overflow-y: hidden;
    background-image: url("D75_6831.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}