<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgb(83, 68, 86);
}

#main-wrapper{
    display: flex;
}
img{
    width: 500px;
    height: 500px;
    border-radius: 10px;
}

.row{
    display: flex;
    width: 120px;
    height: 120px;
    flex-flow: column;
    margin-left: 10px;
    margin-bottom: 5px;
}</pre></body></html>