@font-face {
    font-family: 'Worksans';
    src: url('font/WorkSans.ttf');
}

@font-face {
    font-family: 'Archivo';
    src: url('font/Archivo.ttf');
}

html {
    min-width: 75rem; /* 1200px */
    max-width: 160rem; /* 2560px */
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

.sphere {
    position: absolute;
    width: 25rem;
    aspect-ratio: 1 / 1;
    background: #003E6A;
    filter: blur(8rem);
    transform: rotate(-135deg);
}
