<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Handjet";
    background: #2b2b2b;
}

h1 {   
    text-align: center;
    font-size: 8rem;
    margin: 1rem;
    color: #d4d4d4;
    border-color: #d4d4d4a8;
    border-bottom: solid 1.5px;
    padding-bottom: 5px;
}

a {
    font-family: 'DotGothic16';
    font-weight: 10;
    text-decoration: none;
    color: #d4d4d4;
    font-size: 36px;
    display: block;
    margin: 2rem 0;
    width: 1rem;
    transform: scale(1);
    transition: 0.2s ease;
}

a:hover {
    color: #ff4d4d;
    transform: scale(1.05);
    transition: 0.3s ease;
}

h2 {
    font-family: 'DotGothic16';
    font-weight: 10;
    color: #d4d4d4;
    font-size: 36px;
    margin: 2rem 0;
}

.day {
    font-family: 'DotGothic16';
    font-weight: 10;
    color: #d4d4d4;
    font-size: 36px;
    margin: 2rem 0;
}

.time {
    font-family: 'DotGothic16';
    font-weight: 10;
    color: #d4d4d4;
    font-size: 36px;
    margin: 2rem 0;
}

.date {
    font-family: 'DotGothic16';
    font-weight: 10;
    color: #d4d4d4;
    font-size: 36px;
    margin: 2rem 0;
}

.content {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    flex-wrap: wrap;
}

.time__box {
    border-color: #d4d4d4;
    border-style: dashed;
    border-width: 3px;
    margin-right: 2rem;
    width: 350px;
    height: 290px;
    padding: 1rem 3rem;
}

.links {
    border-color: #d4d4d4;
    border-style: dashed;
    border-width: 3px;
    margin-right: 2rem;
    width: 350px;
    padding: 1rem 3rem;
}

.links2 {
    border-color: #d4d4d4;
    border-style: dashed;
    border-width: 3px;
    width: 350px;
    height: 370px;
    padding: 1rem 3rem;
}

.gifs {
    display: flex;
    justify-content: center;
    width: 70%;
    margin: 50px 15%;
}</pre></body></html>