body{
    text-align: center;
    background-color: pink;
}
button{
    color: white;
    background-color: blue;
}
div{
    color: red;
}