body {
    background: black;
}

#test {
    border-radius: 10%;
    background-image: url(../images/pokemon-starting-screen-finished.gif);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    justify-content: center;
    background-position: center center;
    box-shadow: 1px 8px 10px 1px white;
}

.banner {
    color: rgb(233, 236, 45);
    text-shadow: 7px 6px 4px rgb(32, 18, 224);
}

#content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 185px auto;
    border-style: none;
}
p {
    border-radius: 9px
}
#container {
    border-radius: 10%;
    width: 70vw;
    height: 35vh;
}

@media screen and (max-width: 625px) {
    #container {
        border-style: none;
    }
    .one {
        color: rgb(246, 72, 29);
    }
}