.bg {
    background-image: url("/comingsoon.png");
    height: 100dvh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}