.soonbox{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    background-color: #383e42;
    color: #fff;
    text-shadow: black 0.1em 0.1em 0.2em;
}