@font-face {
    font-family: Legend;
    src: url("https://sc2022.4bits.mx/Legend_Bold.otf") format("opentype");
}

body {
    background-image: url('https://sc2022.4bits.mx/img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

.sc-app-logo {
    width: 150px;
    height: auto;
    border-radius: 22%;
    z-index: 100;
}

.sc-app-feedback {
    width: 60px;
    height: auto;
    border-radius: 100%;
    z-index: 100;
}

.coming-soon {
    padding: 0% !important;
    font-size: 50px;
    font-family: 'Legend', sans-serif;
}

.center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
}

.footer {
    padding-bottom: 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 42%;
    text-align: center;
}

.container{
    /* float: left; */
    display: block;
    width: 50%;
}
.slider {
    height: auto;
    overflow: hidden;
    left: 0;
}
.abs {
    position: absolute;
}
.rel {
    position: relative;
}

.content{
    padding-top: 2rem;
}

.banner{
    float: left;
}
#left{
    float: left;
}
#right{
    float: right;
}