html {
    height: 100%;
}

body {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    height: 100%;
    padding: 0;
    margin: 0;
    background: url(/imgs/bgs/bg4.jpg);
    background-size: cover;
}

.logo {
    width: 64px;
}