#coming-soon-page{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #c9dfff;
}

#coming-soon-page h1{
    font-size: 50px;
    margin-top: 0rem;
    margin-bottom: 3rem;
    color: #5e17eb;
}

#coming-soon-page a{
    color: #337ab7;
    text-decoration: underline;
    font-size: 20px;
}

#coming-soon-page img{
    width: 600px;
    margin-top: 5rem;
}

@media screen and (max-width: 750px) {
    #coming-soon-page h1
    {
    font-size: 30px;
    }
    
    #coming-soon-page img
    {
    width: 400px;
    }
}

@media screen and (max-width: 450px) {
    #coming-soon-page{
    height: 90vh;
    }
    
    #coming-soon-page img
    {
    width: 300px;
    }
}
