
body{
    background: linear-gradient(0deg, #272251 0%, #6f237e 100%);
}
.carte{
    width:100%;
    overflow: hidden;
    box-shadow: 0px 0px 15px #000;
}
.card-wrapper {
    width: 18%;
    margin: 20px 1%;
    float: left;
}

.cardLine {
    width: 100%;
    float: left;
}
.playGame {
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
}

.purple {
    background: #0c0231;
    color: #fff;
    font-size: 40px;
}

.logoGame {
    position: absolute;
    width: 200px;
    top: 40px;
    left: 50%;
    margin-left: -100px;
}

#time {
    font-weight: bold;
    font-size: 4em;
    position: absolute;
    width: 100vw;
    top: 100px;
    left: 0;
    color: #fff;
    text-align: center;
  }

  .noStarted {
      font-size: 20px !important;
  }