*{
    margin: 0;
    padding: 0;
}

.banner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background-image: url(/assets/img/Comeing\ soon.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
