<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
    font-family: "p22-typewriter", sans-serif;
font-weight: 400;
font-style: normal;
}

* {
    background-color: ivory;
    font-family: "p22-typewriter", sans-serif;
 
}

body &gt; hr {margin: 0;}



#confidential {width: 25%;}
#confidential &gt; img{width: 80%; float:left;}
#prospect {text-align: center; margin-right: 20%;}
#pitch &gt; img {float: right; width: 33%; margin-right: 10%;}
#pitch &gt; h2 {text-align: center;}
#pitch &gt; p {width: 33%; margin-left: 10%;}
#documents {clear: both; display:flex; margin-top: 30px; text-align: center; }
#documents &gt; .section-50 { width: 99%;}
#documents &gt; .section-50 &gt; img { width: 50%;}
#documents &gt; .section-50 &gt; a &gt; img { width: 50%;}
#works &gt; p {text-indent: 5%;}
#theworks {display: inline-flex; margin-top: 30px; text-align: center;}
#theworks &gt; .section-33 { width: 33%;;}
#theworks &gt; .section-33 &gt; img { width: 80%;}
#theworks &gt; .section-33 &gt; video { width: 80%;}
#theworks &gt; .section-33 &gt; a &gt; img {width: 80%;}
#theworks &gt; .section-33 &gt; p {text-align: left;}
#application &gt; a &gt; img {width:30%;}

.footer {text-align: right; padding: 0; margin: 0; }
.footer &gt; p {padding-right: 5%; padding-top:30px; color: ivory;background-color: black; margin: 0;height: 50px;}</pre></body></html>