<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-image: url("bpsquare.png");
    background-repeat: repeat;
    background-size: 20px;
    background-position: center;
    width: 99%;
    height: 99%;
}
h1 {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: white;
    font-size: 50px;
    margin-top: 3%;
    width: 50%
}
.overlap{
    margin-top: -5%;
    scale: 75%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    display:block;
}
h2 {
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color:white;
    outline: 20px black;
    margin: auto;
    width: 75%;
    padding: 10px;
}
</pre></body></html>