html {
    
    display: flex;
    justify-content: center;
    
}

body > * {
    width: 60vw;
    text-align: center;
}