<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

header, footer {
font-family: Calibri, arial, sans-serif;
text-align: center;
color: #538cc6;
background:white;
}

header{
grid-column: 1/3;
grid-row: 1/2; 
}

.text{
width: 60%;
margin: 0 auto;
}


body{
    font-family: "Imperial Script", cursive;
    background-color: white;
    margin: 0px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;s
    font-weight: &lt;weight&gt;;
    font-style: normal;
    background-color: lightblue;
justify-content: center;
}
</pre></body></html>