body {
    overflow: hidden;
    margin: 0
}

@font-face {
    font-family: 'Dimbo';
    src: url('Dimbo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

#adsBanner {
    top: 0;
    left: 0;
    justify-self: center;
    width: 100%;
    justify-content: center;
    position: absolute;
    display: flex;
    justify-content: center
}