@media all{


body {
    background: linear-gradient(to bottom, #ACD9FF, #6820B0) fixed;
}
.whereTo {
    font-size: 200px;
    color: #6820B0;
    text-align: center;
}
.ComingSoon {
    background: linear-gradient(to bottom, #ACD9FF, #6820B0) fixed;
    width: 200px;
    height: 50px;
}
.cont {
    text-align: center;
}
  
button {
    display: inline-block;
    /* additional button styles */
}
}