body {
    background-color: black
}

.numba1 {
    color: white;
    text-align: center;
    font-family: Oswald;
    text-decoration: underline;
    display: block;
    margin: 0 auto;
}

.numba1 {
    animation: fadeInAnimation ease 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.numba2 {
    display: block;
    margin: 0 auto;
}
.Purchase {
    color: rgb(0, 255, 13);
    text-align: center;
    font-family: Oswald;
    text-decoration: wavy;
    display: block;
    margin: 0 auto;
}