*{
    padding: 0px;
    margin: 0px;
}

body{
    padding: 0px;
    margin: 0px;
}

.comingsoon-background{
    background-image: url(./bg-img.png);
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}