<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#top h1 {
    font-size: 60px;
    font-weight: normal;
    margin: 0;
    margin-bottom: 11px;
    color: #fefefe;
}

#top hr {
    max-width: 500px;
    height: 1px;
    border: 0;
    background: linear-gradient(to right, #383f46 0, #737a81 50%, #383f46 100%);
}

.top_desc {
    font-weight: 300;
    margin-top: 15px;
    color: #c7cdd3;
    margin-bottom: 69px;
}

.btn {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    display: inline-block;
    width: 312px;
    max-width: 100%;
    margin: 10px 0;
    padding: 1.15em 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: 1px solid #0094FF;
    border-radius: 3px;
    background: #0094FF;
}

.btn:hover {
    transform: scale(1.1);
    border: 1px solid #0094FF;
    border-radius: 35px;
    background: rgba(255, 255, 255, 0);
}

a#Home {
    color: dodgerblue;
}</pre></body></html>