ol li {
    margin-top: 1rem;
}
@media screen and (max-device-width: 480px) {
    h1#neon {
        font-size: 16px!important;
    }
    h3#whitee {
        font-size: 14px!important;
    }
    .home-link-oben{
        top: -0.5rem!important;
        left: 0.5rem!important;
    }
}
*::-moz-selection {
    background-color: #0eec06;
    color: #fff;
}
*::selection {
    background-color: #0eec06;
    color: #fff;
}