.section{
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#currentBlockInner{
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.07;
}
#gameTitle{
    position: relative;
    font-size: 5em;
    font-weight: bold;
    margin-top: 2.5vh;
    text-align: center;
    text-align: -webkit-center;
}
#gameDescription{
    position: relative;
    font-size: 4.5em;
    font-weight: bold;
    margin-top: 4.5vh;
    text-align: center;
    text-align: -webkit-center;
}
#lammers{
    bottom: 10%;
    position: absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    text-align: -webkit-center;
}
.lammer{
    font-size: 1.4em;
    border-radius: 50%;
    margin-right: 1em;
    padding-left: 1.3em;
    padding-right: 1.3em; 
    padding-top: 1em;
    padding-bottom: 1em;
}
.uparrow{
    float: left;
    width: 3em;
    margin-left: 2em;

}
.downarrow{
    float: right;
    width: 3em;
    margin-right: 2em;
}
#nextGame{
    position: absolute;
    font-size: 3em;
    bottom: 3%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-align: -webkit-center;
}





.pomodoro {
    position: fixed;
    z-index: 1000;
    margin-top: 23vh;
    margin-left: 12%;
    transform: translate(-50%, -50%);
    width: 500px;  
    padding-top: 15px;
    padding-bottom: 25px;  
  }

  p {
    text-align: center;
  }
  
  .flip-clock-wrapper {
    max-width: 460px;
    margin: 3em auto 2em;
    display: flex;
    justify-content: center;
  }
  
  .col-md-4 {
    display: flex;
    justify-content: center;
  }
  
  .col-md-2 {
    display: flex;
    justify-content: center;
    height: 34px;
    align-items: center;
  }
  
  .counter {
    display: flex;
    justify-content: center;
  }
  
  .clock {
    margin-top: 30px;
  }
  
  .container {
    width: 400px !Important;
  }
  
  .middle {
    display: inline-block;
  }
  
  #btns {
    display: flex;
    justify-content: center;
  }
  
  #stop {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  .btn {
    background-color: #333333;
    color: #CCCCCC;
  }
  
  #sessInc, #sessDec, #breakInc, #breakDec {
    font-weight: bold;
  }
  
  #stats {
    background-color: #333333;
    width: 220px;
    height: 70px;
    border-radius: 10px;
    color: #CCCCCC;
    font-size: 45px;
    text-align: center;
  }
  
  #statRow {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }




  .infoDiv{
    position: absolute;
    margin-top: 16vh;
    right: 1%;
  }
  .infoButton{
    width: 5em;
    position: relative;
    z-index: 1000;
    cursor: pointer;
  }


  div:where(.swal2-container) .swal2-html-container {
    text-align: left !important;
  }








@media (max-width: 576px) {
    .section{
        height: 30vh !important;
    }
    #gameTitle {
        font-size: 1.2em !important;
    }
    #gameDescription {
        font-size: 1em !important;
    }
    #lammers{
        margin-bottom: 10px;
    }
    .lammer {
        font-size: 1.4em;
        border-radius: 50%;
        margin-right: .5em;
        padding-left: .3em;
        padding-right: .3em;
        padding-top: .2em;
        padding-bottom: .2em;
    }
    .downarrow {
        float: right;
        width: 1.5em;
        margin-right: 2em;
    }
    .uparrow {
        float: left;
        width: 1.5em;
        margin-left: 2em;
    }
    #nextGame {
        font-size: 1em !important;
    }
    .infoDiv {
        margin-top: 10vh;
    }
    .infoButton {
        width: 2em;
    }

}