body {
    background-color: #080808;
    color: #cccccc;
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'VT323', monospace;
    overflow: hidden;
}

.center-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

h1 {
    font-size: 3rem;
    font-weight: 400;
    margin: 0;
    color: #e6e6e6;
    text-transform: lowercase;
    letter-spacing: -1px;
    -webkit-font-smoothing: none;
}

.tg-link {
    font-size: 1.2rem;
    color: #666; 
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    padding: 5px 10px;
}

