.scroll-tab-content {
    max-height: 86vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.scroll-list {
    max-height: 74vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#info.scroll-list {
    max-height: 49vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#session.scroll-list {
    max-height: 59vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#bonuses.scroll-list {
    max-height: 74vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#movements.scroll-list {
    max-height: 73vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#bet.scroll-list {
    max-height: 68vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#deposits.scroll-list {
    max-height: 74vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.my-align-left {
    text-align: left !important;
}

.confirm-page {
    background: url(../images/do-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;
    position: relative;
    overflow: hidden;
}

.sfondo-2 {
    background: url(../images/fondo-2.png);
    background-position: top;
    background-repeat: repeat;
    background-size: cover;
    height: auto;
    position: relative;
}

.sfondo-games { 
    background: #10132a;
}

.sfondo-3 {
    background: url(../images/do-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
}

.sfondo-4 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
    background: linear-gradient(rgba(4, 44, 102, 0.7), rgba(242, 242, 242, 0.0)), url(../images/imagen-parallax.png);
    background: -webkit-linear-gradient(rgba(4, 44, 102, 0.7), rgba(242, 242, 242, 0.0)), url(../images/imagen-parallax.png);
    background: -o-linear-gradient(rgba(4, 44, 102, 0.7), rgba(242, 242, 242, 0.0)), url(../images/imagen-parallax.png);
    background: -moz-linear-gradient(rgba(4, 44, 102, 0.7), rgba(242, 242, 242, 0.0)), url(../images/imagen-parallax.png);
}

.vue-slider-dot {
    width: 23px !important;
    height: 23px !important;
}

.nav-link {
    color: white;
    width: max-content;
}

#userProfile .modal-content {
    min-height: 90vh;
}

#sessionDetails .modal-content {
    min-height: 80vh;
}

#confirmDepositModal .modal-content {
    min-height: 30px !important;
}

.profileUl.nav-pills {
    display: inline-flex;
    width: 100%;
    overflow-x: auto;
}

.nav {
    flex-wrap: nowrap;
}

.btn-link {
    color: white !important;
}

.btn-link-blue {
    color: #007bff !important;
}

.btn-link-alt {
    color: #e9f242 !important;
    background: none;
    font-weight: bold;
}

nav#nav-part {
    background: #202659;
    font-family: 'Montserrat';
    font-size: 16px;
    color: white;
    padding-top: 15px;
    height: 87px;
}

a.btn-4.yellow-btn.text-white {
    border: solid #ffff00 2px;
    font-family: 'Righteous';
    font-size: 16px;
}

a:hover.btn-4.yellow-btn.text-white {
    background: linear-gradient(to bottom, #ddb300 30%, #ffce00 70%);
    border: solid #ffff00 2px;
    font-family: 'Righteous';
    font-size: 16px;
}

.hr {
    width: 120px;
    height: 1px;
    margin-right: auto;
    background-color: black;
    margin-top: 0px;
    margin-bottom: 50px
}

.hr-white {
    background-color: white;
}

.hr-no-margin-left {
    margin-left: 0px;
}

.margin-faq {
    margin-right: 0px;
    margin-left: 0px
}

section#banner {
    height: 70vh;
}

section#faq {
    background-attachment: fixed !important;
}

.dropdown-menu a:hover {
    background-color: #202659;
}

@media screen and (max-width:1000px) {
    #session-detail.scroll-list {
        max-height: 80vh;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .margin-faq {
        margin-right: 0px;
        margin-left: 0px
    }
}

@media all and (max-width: 768px) {
    #userProfile {
        min-width: 100%;
        margin: 0;
    }

    #userProfile .modal-content {
        min-height: 100vh;
    }

    #userProfile .modal-dialog {
        min-width: 100%;
        margin: 0;
    }

    .hr-no-margin-left {
        margin-left: 0px;
    }

    section#banner {
        height: 65vh;
    }
}

.darkColor p {
    color: #343a40 !important;
}

.my-is-invalid {
    border-color: #dc3545 !important;
}

.form-select {
    border-radius: 35px;
    background-color: #202659;
    color: white;
    font-size: 14px;
    height: 50px !important;
    font-family: 'Comfortaa', sans-serif !important;
}

.big-checkbox {
    width: 15px;
    height: 15px;
}

input:focus~.floating-label,
input:focus~.floating-label p,
input:not(:focus):valid~.floating-label,
input:not(:focus):valid~.floating-label>p {
    top: 0px;
    bottom: 10px;
    left: 20px;
    font-size: 10px;
    opacity: 1;
    font-family: 'Comfortaa', sans-serif;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 14px;
    transition: 0.2s ease all;
    color: white;
    font-family: 'Comfortaa', sans-serif;
    font-size: 14px;
}

.floating-label-date {
    position: absolute;
    pointer-events: none;
    top: 0px;
    bottom: 10px;
    left: 20px;
    font-size: 10px;
    color: white;
    font-family: 'Comfortaa', sans-serif;
}

.form-control {
    border-radius: 35px !important;
    font-family: 'Comfortaa', sans-serif !important;
}

.img-club {
    padding-left: 10px;
    padding-right: 10px;
    width: 80px;
    height: 70px;
}

@media all and (max-width: 768px) {
    .desktopimage {
        display: none;
    }

    .tabletimage {
        display: none;
    }

    .mobileimage {
        display: block;
    }

    .img-club {
        padding-left: 10px;
        padding-right: 10px;
        width: 50px;
        height: 37px;
    }
}

@media all and (min-width: 769px) and (max-width: 1023px) {
    .desktopimage {
        display: none;
    }

    .tabletimage {
        display: block;
    }

    .mobileimage {
        display: none;
    }
}

@media all and (min-width: 1024px) {
    .desktopimage {
        display: block;
    }

    .tabletimage {
        display: none;
    }

    .mobileimage {
        display: none;
    }
}

/** PROGRESS BAR PRELOADING **/
.demo-container {
    width: 200px;
    margin: auto;
    display: inline-block;
}

.progress-bar {
    height: 4px;
    background-color: #ffffff;
    width: 100%;
    overflow: hidden;
}

.progress-bar-value {
    width: 100%;
    height: 100%;
    background-color: #ffda00;
    animation: indeterminateAnimation 1s infinite linear;
    transform-origin: 0% 50%;
}

@keyframes indeterminateAnimation {
    0% {
        transform: translateX(0) scaleX(0);
    }

    40% {
        transform: translateX(0) scaleX(0.4);
    }

    100% {
        transform: translateX(100%) scaleX(0.5);
    }
}

/** PROGRESS BAR PRELOADING END **/

select {
    font-family: 'Comfortaa', sans-serif;
}

.icon-append {
    left: -24px;
    position: relative;
    top: 11px;
    color: #2f5597;
}

.active-nav {
    color: #e8a004 !important;
    outline: 0 !important;
}

.new {
    z-index: 200;
    width: 40px !important;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.close-launch {
    z-index: 200;
    width: 30px !important;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.close-launch-1 {
    z-index: 200;
    width: 30px !important;
    height: 30px;
    position: absolute;
    top: 5px;
    left: 5px;
}

#launcher {
    left: 10px !important;
}

#webWidget {
    left: 10px !important;
}

.scrollbar-style::-webkit-scrollbar-track,
.scrollbar-style-vertical::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.scrollbar-style::-webkit-scrollbar,
.scrollbar-style-vertical::-webkit-scrollbar {
    width: 12px;
    height: 6px;
    background-color: #F5F5F5;
}

.scrollbar-style::-webkit-scrollbar-thumb,
.scrollbar-style-vertical::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

@media all and (max-width: 768px) {
    .scrollbar-style::-webkit-scrollbar {
        height: 2px;
    }

    .scrollbar-style-vertical::-webkit-scrollbar {
        width: 2px;

    }

    .padding-date {
        padding-top: 14px;
    }
}

.ico-social {
    max-width: 64px;
}

.border-radius-img {
    border-radius: 30px;
}

.refresh-icon {
    width: 20px;
    height: 20px;
    float: right;
    position: relative;
    top: -2px;
    left: 8px;
}

.credit-card-icon {
    width: 20px;
    height: 20px;
    float: right;
    position: relative;
    top: -2px;
    left: -131px;
}

.col-padding {
    padding-right: 6px !important;
    padding-left: 6px !important;
}

@media screen and (max-width:767px) {
    .menubutton {
        display: none;
    }

    .mobile-menu-view {
        display: inline;
    }
}

@media all and (min-width: 768px) {
    .menubutton {
        display: inline;
    }

    .mobile-menu-view {
        display: none;
    }
}

.name-user {
    white-space: nowrap;
    /* impedisce al testo di andare a capo */
    text-overflow: ellipsis;
    /* mostra dei puntini di sospensione */
}

.box-150 {
    background-color: #eae9ce;
    height: 150px;
}

.img-money-transfers {
    height: 150px;
}

.img-vecino-barro {
    height: 110px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .box-150 {
        background-color: #eae9ce;
        height: 250px;
    }

    .img-money-transfers {
        height: 109px;
    }

    .img-vecino-barro {
        height: 110px;
        margin-top: 0px;
    }
}

@media (max-width: 466px) {
    .box-150 {
        background-color: #eae9ce;
        height: 300px;
    }

    .img-money-transfers {
        height: 109px;
    }

    .img-vecino-barro {
        height: 74px;
        margin-top: 0px;
    }
}

.title-box {
    color: #000;
    font-family: 'Montserrat';
    font-size: 1.5em;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.title-text {
    color: #000;
    font-family: 'Montserrat';
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.box-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.btn-money-transfer-recarga {
    cursor: pointer;
    width: 150px;
    height: 50px;
    border-radius: 5px;
    border-color: #28AAE1;
    background: #28AAE1;
}

.btn-money-transfer-recarga-text {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: center;
}

.aldebaran-select {
    background: transparent;
    color: white;
}

.aldebaran-select:focus {
    background: transparent;
    color: white;
}

select.aldebaran-select>option {
    color: gray;
}

.aldebaran-input-text {
    background: transparent;
    color: white;
}

.aldebaran-input-text::placeholder {
    color: white;
}

.aldebaran-input-text:focus {
    background: transparent;
    color: white;
}

.select-settings option {
    background-color: #202659;
}


.header-button {

    /* Login_Action */

    box-sizing: border-box;



    width: 150px;
    min-height: 35px;
    max-height: 35px;

    /* Bet/Primario/Azul/1000 */
    background: #131635;
    /* Bet/Primario/Gris/50

    Superficies, fondos
    */
    border: 1px solid #EFEFEF;
    box-shadow: 0px 0px 16px rgba(0, 123, 255, 0.9);
    border-radius: 8px;

    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;

    font-family: 'Montserrat';
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    color: #EFEFEF;
    cursor: pointer;


}


.modal-custom-content .modal-header h5,
.modal-custom-content .modal-header span {
    color: #fff;
    font-family: 'Montserrat SemiBold';
    font-size: 18px
}


.modal-custom-text {
    font-size: 16px;
    color: #EAEBF1 !important;
}

.modal-custom-content {
    max-width: 600px;
    height: auto;
    border-radius: 24px;
    border: 1px solid #007BFF;
    box-shadow: 0px 0px 16px #007BFF;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #131635;
}

#userProfile .modal-custom-content {
    max-width: 1000px;
}

.modal-custom-body .nav-link.active .fa,
.modal-custom-body .nav-link.active span {
    color: #fff;
}



.modal-custom-body {
    padding: 10px;
}

.modal-custom-body span,
.modal-custom-body input,
.modal-custom-body select,
.modal-custom-body h6,
.modal-custom-body label,
.modal-custom-body .col-loteria {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #0C194F;
}

.modal-custom-body h3 {
    font-family: 'Montserrat Bold';
    font-size: 18px;
    color: #0C194F;
}

.modal-custom-body p {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #0C194F;
}

.modal-custom-body .btn-money-transfer-recarga {
    margin-bottom: 10px;
}



.modal-custom-header {
    display: flex;
    /* justify-content: center;
    align-items: center; */
    height: 140px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 60%;
    border-bottom-left-radius: 60%;
    border: 1px solid #007BFF;
    box-shadow: 0px 0px 16px #007BFF;
    background-color: #202659;
}

#userProfile .modal-custom-header {
    height: 100px !important;
}

.modal-custom-header span {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #fff !important;
}

/*
.modal-header button {
    color: #fff;
}*/

.modal-custom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.modal-custom-container span {
    font-family: 'Montserrat';
    font-size: 16px;
    color: #CDCDCD;
    cursor: pointer;
}

.modal-custom-span-active {
    border-bottom: 2px solid transparent;
    border-bottom-color: #2CA9E0;
    color: #2CA9E0 !important;
}

.modal-custom-title {
    font-family: 'Montserrat Bold' !important;
    font-size: 32px !important;
    margin: 30px auto 10px !important;
    background: linear-gradient(86.08deg, #131635 9.38%, #007BFF 99.6%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.2px #EAEBF1;
    text-shadow: 0px 0px 20px #007BFF;
    background-clip: text;
}

.modal-custom-input {
    border-radius: 5px !important;
    color: #202659 !important;
    background-color: #BDBFD5 !important;
    min-height: 40px;
}

.modal-custom-input::placeholder {
    color: #202659cc !important;
}

.modal-custom-footer {
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    flex-direction: column !important;
    width: 60% !important;
    margin: 0 auto !important;
    border-top: 0 !important;
    margin-bottom: 10px !important;
}



.modal-custom-floating-label {
    align-self: flex-start;
    margin-left: 10px;
    font-size: 16px;
    color: #EAEBF1;
    font-family: 'Montserrat Bold';
}


.profile-modal {
    max-width: 1000px;
    height: 600px;
    margin: 0 auto;
    background-color: #BDBFD5 !important;
}

.profile-nav-menu {
    align-items: center !important;
    margin-top: 50px;
}

.profile-left-menu-logo {
    height: 47px;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.profile-primary {
    color: #007BFF;
    margin-right: 10px;
}

.profile-nav-link {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    width: 80%;
}

.profile-label {
    font-family: 'Montserrat ExtraBold Italic' !important;
    font-size: 14px !important;
    color: #1A1E47 !important;
    margin-left: 5px;
}

.profile-nav-link span {
    font-family: 'Montserrat SemiBold' !important;
    font-size: 13px !important;
    color: #007BFF;
}

.withdraws-nav-link span {
    font-family: 'Montserrat' !important;
    font-size: 13px !important;
    color: #007BFF;
}

.withdraws-nav-link i {
    color: #007BFF;
}

.profile-input {
    background-color: #FFF !important;
    border-radius: 10px !important;
    padding-left: 75px !important;
    height: 36px !important;
}



.profile-input-icon {
    position: absolute;
    margin-left: 25px;
    height: 35px;
    display: flex;
    align-items: center;
    z-index: 10;
    color: #202659;
    width: 20px;
}

.profile-avatar {
    margin-top: -25px;
    width: 70px;
    margin-left: 10px;
}

.profile-text-label {
    font-family: 'Montserrat' !important;
    font-size: 12px !important;
    color: #5e5e5e !important;
}

.profile-label-normal {
    font-family: 'Montserrat ExtraBold Italic' !important;
    font-size: 11px !important;
    color: #1A1E47 !important;
    margin-left: 5px;
    margin-top: -10px;
}

.profile-card-small {

    border-radius: 16px;
    border: 2px solid #BDBFD5;
    padding: 20px;
    width: 105px;
    height: 75px;
    background-color: #DFE0EA;
    display: inline-block;
}

.profile-card-text {
    font-family: 'Montserrat ExtraBold Italic' !important;
    font-size: 10px !important;
    color: #004A99 !important;
    position: relative;
    display: inline-block;
    top: -15px;
    left: -5px;
}

.profile-card-text-large {
    font-size: 14px !important;
}

.profile-card-large {

    border-radius: 16px;
    border: 2px solid #BDBFD5;
    padding: 20px;
    width: 220px;
    height: 75px;
    background-color: #DFE0EA;
    display: inline-block;
}

.profile-card-large-blue {
    padding: 20px;
    width: 220px;
    height: 75px;
    display: inline-block;
    background: linear-gradient(86.08deg,
            #004a99 3.38%,
            #007bff 99.6%);
    border: 2px solid #007bff;
    box-shadow: 0px 0px 16px #007bff;
    border-radius: 16px;
}

.profile-card-large-text {
    font-family: 'Montserrat ExtraBold Italic';
    font-size: 12px;
    color: #004A99;
}

.fa-document:before {
    content: '';
    background: url(images/profile_documento_icon.png);
    background-size: cover;
    position: absolute;
    width: 20px;
    height: 20px;
}

.profile-card-img {
    margin-top: -35px;
    margin-left: -15px;
    width: 20px
}

.profile-button {
    background-color: #202659;
    font-family: 'Montserrat' !important;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    cursor: pointer;
    width: 90%;
    height: 40px;
    border-radius: 8px;
    margin-top: 25px;
}

.profile-input-label {
    color: #1a1e47;
    font-family: 'Montserrat ExtraBold Italic';
    font-size: 12px;
}

.money-transfers-button {
    background-color: #202659;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 9px;
    cursor: pointer;
    width: 200px;
    height: 40px;
    border-radius: 8px;
    margin-top: 25px;
}


#v-pills-tabContent input,
#v-pills-tabContent select {
    font-size: 13px !important;
    max-height: 32.1px;
}

.background-transparent .alert.alert-info {
    background-color: transparent;
    border: 0;
}

.alert-custom-text .alert.alert-info {
    color: #004a99;
    font-family: 'Montserrat';
    font-size: 20px;
}

.custom-wallet-nav {
    background-color: #003773;
    margin: 0 auto;
    width: 95%;
    overflow-x: auto;
    border-radius: 5px;
}

.custom-wallet-nav.nav-pills i,
.custom-wallet-nav.nav-pills span {
    color: white
}

.custom-wallet-nav.nav-pills .nav-link.active,
.custom-wallet-nav.nav-pills .nav-link.active i,
.custom-wallet-nav.nav-pills .nav-link.active span {
    color: #FFD700 !important;
    background-color: transparent;
}

.no-style-a {
    color: #000;
    text-decoration: none;
}

.no-style-a:active,
.no-style-a:hover {
    color: inherit;
    text-decoration: none;
}

.button-center {
    display: flex;
    justify-content: space-around;
}

.lottery-element {
    display: flex;
    flex-wrap: wrap;
    background-color: #DFE0EA;
    border: solid 1px #b6bdd9;
    border-radius: 8px !important;
}

.lottery-element:hover {
    background-color: #fff;
}

button.close {
    position: relative;
    z-index: 1;
}

#userProfile input,
#userProfile select.modal-custom-input {
    background-color: #fff !important;
}

.profile-left-menu {
    background-color: #DFE0EA;
    border-radius: 16px;
    height: 99%;
}

.modal-body .nav-link.active .fa,
.modal-body .nav-link.active span {
    color: #fff;
}

.box-list-element {
    background-color: #DFE0EA;
    border: solid 1px #BDBFD5;
    margin-bottom: 5px;
    border-radius: 6px;
}

#politics p {
    font-size: 13px;
    color: #004A99 !important;
}

.modal-footer-button {
    display: flex;
    padding: 8px 8px 8px 16px;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
    border: 1px solid #FFB11B;
    box-shadow: 0px 0px 16px #FFB11B;
    background: linear-gradient(86.08deg, #F8C203 3.38%, #FFE57B 99.6%);
    margin-top: 5px !important;
    width: 250px !important;
    height: 48px !important;
    color: #202659;
    cursor: pointer;
}

.modal-footer-button.reverse {
    background: #131635;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 0px 24px rgba(0, 123, 255, 0.9);
}

.modal-footer-button.reverse span,
.modal-footer-button.reverse i {
    color: #EAEBF1;
}

.modal-footer-button a{
    font-family: 'Montserrat SemiBold';
    color: #202659;
}

.modal-footer-button:hover{
    color: #fff;
    background: #131635;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 0px 24px rgba(0, 123, 255, 0.9);
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 2px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.circle button {
    height: 27px;
    width: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.contact-us-background{
    background-color: #1A1E47;
}

.register-button {
    box-sizing: border-box;
    width: 135px;
    height: 35px;
    background: linear-gradient(86.08deg, #F8C203 3.38%, #FFE57B 99.6%);
    border: 1px solid #FFB11B;
    box-shadow: 0px 0px 16px #FFB11B;
    border-radius: 8px;
    flex: none;
    order: 2;
    flex-grow: 0;
    
}

.register-button a{
    font-family: 'Montserrat';
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    color: #202659;
    cursor: pointer;
    font-weight: bold;
}

.centralCasinoBar {
    background-color: #2b3276;
}

.centralCasinoBar1 {
    background-color: #202659;
}

.menuCasinoTitle {
    background-color: #336FB7;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    margin: auto;
    width: 100%;
    padding: 20px;
}