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

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

body &gt; div {
    display: flex;
    gap: 5rem;
}

.logo {
    width: 175px;
}

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

.spacer {
    height: 300px;
    width: 3px;
    background-color: #C6121D
}

.info {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 500px;
}

.info table {
    width: 100%;
}

.info .details {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    font-size: 16px;
}

h1 {
    font-size: 30px;
    margin: 0;
}</pre></body></html>