body {
    background-color: black;
    height: 100vh;
    width: 100vw;

    font-size: 8px;
}

.omega {
    font-family: 'Source Code Pro', sans-serif;
    color: white;
    font-size: 3rem;

    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100vw;
    height: 50px;
    text-align: center;

    text-decoration: none;
    transition: color 2s;
}

.omega:hover {
    color: #2fff3e;
}
