body {
    font-family: system-ui;
    background-size: cover;
    background-position: center top;   
    display: flex; 
    flex-direction: column; 
    min-height: 100vh;
    background-color: #7867b2;
}

p {
    padding-bottom: 10px;
}