.movement {
    position: absolute;
    font-size: 20px;
    color: limegreen;
    background-color: transparent;
    overflow: hidden;
    animation: moveMinus;
}

@keyframes moveMinus {
    to {
        top: 600px;
    }
    100% {
        opacity: 0;
    }
}

.timeSpan {
    animation: moveMinus infinite;
}

.body {
    background-color: black;
    overflow: hidden;
}

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.h1 {
    font-size: 90px;
    font-size: 5.625rem;
    font-family: 'Bebas Neue Regular';
}

.h5 {
    font-family: 'Bebas Neue Regular';
}

h3 {
    width: 211px;
    height: 23px;
    color: #8ac832;
    style: center;
}

.title {
    color: white;
}

.subtitle {
    color: #8ac832;
    font-size: 50px;
}

.separator {
    color: white;
}

.link, .link a {
    color: #8ac832;
}

.header-links span:after {
    content: " |";
    color: white;
}

.header-links span:last-child:after {
    content: "";
}
