
.banner {
    position: relative;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-family: "AdLib", sans-serif;
    font-size: 36px;
    font-weight: normal;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 0;
    height: 0;
}

.banner-title {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.banner-subtitle {
    font-family: arial, verdana, Sans-Serif;
    position: absolute;
    top: 24px;
    left: 0;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 20px;
}

@font-face {
    font-family: "AdLib";
    src: url("/fonts/adlibNew.woff2") format("woff2");
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: currentColor;
    border-radius: 70%;
    vertical-align: middle;
    margin: 0 10px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}
    

