<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    font-family: Segoe Script;
    text-align: center;
    color: black;
    font-weight: 900;
    background-color: white;
}

hr{
    border: 2px soli black;
}

ul{
    display: flex;
    justify-content: center;
}

li{
    list-style-type: none;
    margin-left: 20px;
    margin-right: 20px;
}



#menu{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#menu a{
    text-decoration: none;
    color:black;
}

#main{

    margin-top: 30px;
    font-size: 20px;
}

#footer{
    margin-left: auto;
    margin-right: auto;
}
</pre></body></html>