<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
    background-color: #1C1C1C;
    color: #FFFFFF;
    font-family: 'Playfair Display', serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Playfair Display', serif;
}
header, footer {
    position: fixed;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
header .logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    margin: 0 0.5rem;
}
header .links {
    position: fixed;
}
#intro {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#intro h1 {
    padding: 15rem 1.5rem 0 1.5rem;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    font-size: 2rem;
}
footer {
    bottom: 0;
}
a:link {
    color: #FFFFFF;
}
a:active {
    color: #FFFFFF;
}
a:hover {
    color: #EFEFEF;
}
a:visited {
    color: #EFEFEF;
}
.social-media-links {
    margin: 0;
    padding: 0;
}
.social-media-links li {
    list-style: none;
    display: inline-block;
    margin: 0 0.5rem;
}
.social-media-links li img {
    height: 20px;
}
@media (min-width: 576px) {

}

@media (min-width: 768px) {
    #intro h1 {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
</pre></body></html>