body{
    background-color:pink;
}

h1{
    color:white;
    font-size: 40px;
    text-align: center;
}
    
p{
    font-size: 20px;
}


