body {
    background-color: purple;
    display: flex;
    justify-content: center; 
    align-items: center;     
    height: 100vh;            
    margin: 0;
    flex-direction: column;   
}
