body {
    font-family: system-ui;
    background: url("cool-background.png");
    background-size: cover;
    background-position: center top;   
    display: flex; 
    flex-direction: column; 
    min-height: 100vh;
}