body{
    margin: 0;
    background: radial-gradient(at bottom, #1b2735 0%, #090a0f 100%);
    min-height: 100vh;
    overflow-x: hidden;
}


*{
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}

p{
    color: white;
}

/* Stars */
#stars {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}



