@font-face {
            font-family: "Inter";
            src: url('../fonts/inter-variable-font.ttf') format('woff2');
            font-weight: 400;
            font-style: regular;
}
html, body {
            height: 100%;
            margin: 0;
}
body {
            position: relative;
            background-color: #88F7FF;
            min-height: 100vh;
            color: #FFFFFF;
}
.footer {
            font-family: "Inter";
            font-size: 20px;
            position: absolute;
            bottom: 78px;
            left: 78px;
}
.footer p {
            margin: 0;
}
.logo {
            position: absolute;
            top: 78px;
            left: 78px; 
            width: 381px;
            height: auto;
            display: block;
}
img {
            max-width: 100%;
            height: auto;
}

@media (max-width: 768px) {

    h1 {
        top: 32px;
        left: 32px;
    }

    footer {
        bottom: 32px;
        left: 32px;
    }

}