body{
    background-color: darkolivegreen;
}

article{
    background-color: oldlace;
    width: 300px;
    height: 300px;
    margin: 10px auto;
    padding: 30px;
    border-radius: 1% 50%;
    text-align: center;
}

main article h2{
    color: darkgreen;
}

article h2{
    color: forestgreen;
}

h2, p{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}