body {
    background-image: url("background.css.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 100%;
    width: 100%;
   min-height: 90vh;
    height: 100%;
    background-color: #f3aec4 !important;
}

#dmx-view {
    background: rgba(46, 51, 56, 0.2)!important;
}
.texte-comptage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    font-weight: 900;
    font-size: 220px;
    color: white;
    text-shadow: 1px 1px 2px rgb(63, 50, 52);
    
}
.otto {
  
  color: white;
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}

.glow {
  color: rgb(255, 255, 255);
  text-shadow: 
    1px 0px 1px #ccc, 0px 1px 1px #eee, 
    2px 1px 1px #ccc, 1px 2px 1px #eee,
    3px 2px 1px #ccc, 2px 3px 1px #eee,
    4px 3px 1px #ccc, 3px 4px 1px #eee,
    5px 4px 1px #ccc, 4px 5px 1px #eee,
    6px 5px 1px #ccc, 5px 6px 1px #eee,
    7px 6px 1px #ccc;
}
.shadows {
    position: relative;
    text-transform: uppercase;
    text-shadow: -15px 5px 20px #ced0d3;
    color: white;
    letter-spacing: -0.05em;
    font-family: 'Anton', Arial, sans-serif;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-transform: uppercase;
    font-size: 150px;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.glow1 {
  color: #ffffff;
  text-shadow: 
    1px 0px 1px #ccc, 0px 1px 1px #eee, 
    2px 1px 1px #ccc, 1px 2px 1px #eee
}
.center-div {
     margin: 0 auto;
     width: 90%; 
}
.containers {
  position: relative;
  text-align: center;
  color: black;
     margin: 0 auto;
     width: 70%; 
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          min-width: 90%;
}