html{
    background-color: lightgray;
    
}
h1{
    color: black;
    align-items: center;
    display:center;
}
.contact{
    display: flex;
   align-items: center;
}
.center{
    display: block;
    margin-left:auto;
    margin-right: auto;
    width: 30%
}
.centered{
   text-align: center;
}
.morewords{
    text-align: center;
}