body {
    height: 100vh;
    margin: 0
}

.dragster {
    background-image: conic-gradient(hsl(var(--hue1), 100%, 50%),hsl(var(--hue2), 98%, 53%));
    height: 100vh;
    display: flex;
    width: 100vw;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    background: #060c1e;
    color: #fff;
    padding: 1rem;
}