body{  
    background-image: url(./images/background.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    min-height: 100vh;
    margin: 0;
    font-family: 'Space Grotesk';
    color: white;
}
