<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
}

body {
    font-family: verdana, geneva, sans-serif;
    margin: 0;
}

.main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header {
    font-style: italic;
    color: gray;
    text-align: center;
    line-height: 1.5em;
    margin-top: 2em;
    padding: 5px;
}

.container {
    max-width: 280px;
}

.contact-details {
    display: flex;
    justify-content: space-between;
}

.contact-details:not(:first-child) {
    margin-top: 12px;
}

img {
    margin-top: 2em;
}

.centered {
    text-align: center;
    line-height: 1.5em;
}</pre></body></html>