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

h2 
{
    color: green;
    text-align: center;
}

p 
{
    color: red;
    font-size: 30px;
}

img
{
    border: 10px solid violet;
    border-radius: 2px;
    border-width: 10px;
    width: 300px;
    height: 300px;
}