<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ham {
    position: fixed;
    z-index: 100;
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
    outline: none;
    background: transparent;
    color: #1EBC93;
    cursor: pointer;
    height: 104px;
}

.xIcon {
    display: none;
    z-index: 100;
    color: white;
}

.menu2 {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: #1EBC93;
    color: white;
    transform: translateY(100%);
    transition: transform 0.2s;
    list-style: none;
    padding-top: 15rem;
    text-align: center;
}

.showMenu {
    transform: translateY(0);
}

.space {
    font-size: 40px;
    padding: 1rem 0;
}

.menuLink {
    z-index: 100;
    display: inline;
    color: white;
    text-decoration: ;
    text-align: center;
}

.menuIcon {}

a.menuLink {
    z-index: 100;
    font-size: 40px;
}</pre></body></html>