<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --blue: #17ccd0;
}
body {
    /* background: grey; */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
img {
    width: 100%;
    height: auto;
}

.title {
    padding-top: 200px;
    color: var(--blue);
    font-size: x-large;
}
.subtitle {
    color: var(--blue);
    font-size: x-large;
}

.container {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

ul {
    padding-left: 0px;
}

ul&gt;li {
    display: inline;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

ul&gt;li&gt;a {
    /* color: white; */
    color: var(--blue);
    text-decoration: none;
    font-size: xx-large !important;
}
</pre></body></html>