html{
    background-color:rgb(255, 251, 195);
   
}

h1{
    color:rgb(47, 79, 79);
    font-size: 50px;
    text-align: center;
}
h2{
    color:lightslategrey;
    text-align: center;
}
h3{
    color:mediumvioletred;
    font-size: 30px;
    text-align: center;
}
p{
    color:darkslategrey;
    text-align: center;

}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
