html,
body {
    padding: 0;
    margin: 0;
    font-family: Inter, sans-serif;
    background-image: url('/assets/img/background.svg');
    background-repeat: no-repeat;
    background-position: left 64px;
    background-size: cover;
    background-attachment: fixed;
}
