body {
    background: darkgray;
}
h1 {
    text-align: center;
    font-size: 50px;
}

ul {
    list-style: square;
}

a:hover, a:visited {
    color: deeppink;
}
a:link {
    color: greenyellow;
}

#beach {
    width: 500px;
    height: auto;
}

h2, h3, h4, h5, h6 {
    font-family: "Arial Black";
    font-size: 30px;
    color: pink;
}

p {
    font-family: "Arial Black";
    font-size: 10px;
}

strong {
    text-decoration:underline;
    text-decoration-style:wavy;
}

b { 
    text-decoration:underline;
    text-decoration-style:dotted;
}
