<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main{
    display: flex;
    align-items: center;
    flex-direction: column;
}
h1{
    color: white;
    font-family: poppins, sans-serif;
}
p{
    color: white;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
    text-align: center;
    font-family: poppins, sans-serif;
}</pre></body></html>