@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);
}

.cart-link {
    text-decoration: none;
    position: relative;
}

.cart-items-count {
    position: absolute;
    top: 5%;
    left: 55%;
    color: white;
    background: red;
    border-radius: 50%;
    padding: 5%;
    display: inline-block;
    font-size: 14px;
    font-family: Verdana, sans-serif;
}
