body {
    background-image: url("../IMG/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Arial;
    font-size: 28px;
    overflow-x: hidden
}

.center {
    display: grid;
    place-items: center;
    min-height: 35vh;
    text-align: center;
}

.btn-padding {
    margin-left: 10px;
    margin-right: 10px;
}

@keyframes ticker {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
}
.tcontainer{
    width: 100%;
    overflow: hidden;
}
.ticker-wrap {
    width: 100%;
    padding-left: 100%;
}
.ticker-move {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 40s;
}
.ticker-move:hover{
    animation-play-state: paused;
}
.ticker-item{
    display: inline-block;
    padding: 0 2rem;
}

.bottom { 
    position: fixed; 
    bottom: 5%;
    width: 100%;
}

.promo {
    margin-bottom: 1px !important;
}

.promoText {
    padding-left: 50px;
    color: white;
}

.header {
    font-family: 'Roboto Condensed', sans-serif;
}

.white {
    color: white;
}
