body {
    background: skyblue;
}
h1 {
    font-weight: bold;
    color: pink;
    text-align: center;
    text-shadow: -2px 2px lightcoral;
    background: lightyellow;
    text-decoration: underline;
    letter-spacing: 5px;
}

h2 {
    color: pink;
    text-shadow: 2px -2px rgb(228, 161, 255);
    background: lightyellow;
    text-decoration: underline;
    font-family: cursive;
    letter-spacing: 3px;
}

h3 {
    color: pink;
    text-shadow: 2px -2px rgb(228, 161, 255);
    background: lightyellow;
    text-decoration: underline;
    font-family: cursive;
    letter-spacing: 3px;
}

h5 {
    color: pink;
    text-shadow: 2px -2px rgb(228, 161, 255);
    background: lightyellow;
    text-decoration: underline;
    font-family: cursive;
    letter-spacing: 3px;
}

p {
    text-align: center;
    color: pink;
    font-family:'Courier New', Courier, monospace;
}

img {
    border-color: lemonchiffon;
    border-width: 4px;
    border-style: dashed;
    border-radius: 10px;
}

hr {
    color: blueviolet;
}