body {
    background-color: #101010;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin: 0 8px 8px;
}

.main-container {
    background-color: #0e0e0e;
    max-width: 1350px;
    margin: auto;
    padding: 0 16px 16px;
    height: 100%;
}

.text-center {
    text-align: center;
}

.image {
    position: relative;
}

.image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.createYourNubbiZone {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 850px;
    z-index: -1;
}

.discoverNubbiverse {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1500px;
    z-index: -1;
}

.modal-auto-size {
    max-width: none !important;
    width: auto !important;
    padding: 0 !important;
}