body {
    background-color: pink;
}

h1 {
    color: blue;
    text-align: center;
}

h3 {
	color:yellow;
}
p {
    font-family: verdana;
    font-size: 20px;
}
