h1{
    color: blue;
    font-size: 75px;
}

p {
    color: darkblue;
    font-size: 32px;
    font-style:italic;
}

h2{ 
    color: purple;
    font-size: 29px;
    font-style: bold;
}

body {
    background-color: lightblue;
}

img {
    height: 300px;
}