body{
    background-color: cadetblue;
}
h1{
    display:flex;
    /* align-items: center; */
    justify-content: center;  
}