body {
    background-image: url(html);
    background-color: rgb(153, 229, 255);
}
h1 {
    font-family: "Caprasimo", "consolas", "sans-serif";
    color: rgb(31, 17, 163);
    border-top-style: ridge;
    border-top-color: blue;
    border-bottom-style: ridge;
    border-bottom-color: blue;
    border-left-style: ridge;
    border-left-color: blue;
    border-right-style: ridge;
    border-right-color: blue;
}

h2 {
    font-family: "Pacifico", "consolas", "sans-serif";
    color: white;
    font-style: italic;
    font-weight: bolder;
}
p {
    font-family: "Pacifico", "consolas", "sans-serif";
    background-color: aliceblue; 
    color: cornflowerblue;
    border-style: outset;
    border-width: 5px;
    border-color: blue;
    border-radius: 10px;
    padding: 5px;
}
