<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Metropolis;
    margin: 0;
    padding: 0;
    background-color: #F51919;
}

header {
    background: #333;
    color: white;
    padding: 10px 0;
    text-align: center;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
}

main {
    padding: 20px;
    height: 100vh;
}

.construction{
    text-align: center;
    color: white;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    min-width: 300px;
    
}

.slogan{
    position: relative;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    opacity: .5;
    max-height: 1200px;
    overflow: hidden;
}

a {
 color: white !important;
 text-decoration: none;
 transition: 300ms;
}

a:hover {
    color: black !important; 
}</pre></body></html>