.outer-container {
    background-image: url(assets/background.png);
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 1280px;
}

.sphere-block {
    background-image: url(assets/sphere.png);
    background-size: contain;
}

*, ::before, ::after {
    font-family: 'Inter', sans-serif;
}

body {
    background: #000;
}