


    @font-face {
    font-family: SocialGothic-Bold;
    src: url("../fonts/SocialGothic-Bold.ttf");
    }

    @font-face {
        font-family: SocialGothic-light;
        src: url("../fonts/SocialGothic.ttf");
        }


body {
    margin: 0;
    padding: 0;
}

.wrapper {
    height: 100vh;
        /* background: #f1f4f9; */
    text-align: center;
}

.uc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}


.banner img {
    width: 100%;
}