<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin:0 auto;
}
.content{
    height: 70vh;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
}
.content&gt;h1{
    margin-top: 60px;
    margin-bottom: 60px;
    font-weight: 400;
}
.content&gt;div{
    width: 414px;
    font-size: 24px;
    line-height: 50px;
}</pre></body></html>