body {
    background-image:url("beach.jpg");
}

h1 {
    display: inline-block;
    font-family: 'Lemonada', cursive;
    color:white;
}

h2 {
    display: inline-block;
    font-family: 'Lemonada', cursive;
    color:white;
}

p {
    text-indent: 50px;
    display: none;
    font-family: 'Lemonada', cursive;
    color:white;
}

.showing {
    display: block;
}
