body {
    width: 70%;
    margin: auto;
    display: flex;
    background-color: #f4eae3;
    align-items: center;
    justify-content: center;
}
 
h1 {
/*    color: #fff;  */
    font-family: Arial, Helvetica, sans-serif;
}