.body{
  height: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.html{
  height: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* flexbox deux fonds */

.flex-container {
  display: flex;
  padding-left: 10px;
  padding-right: 15px;
  padding-top: 72px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
}

.flex-items:nth-child(1) {
  display: block;
  width: 100vw;
  height: 85vh;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  background-image: radial-gradient(red 2px, transparent 2px);
    background-size: 26px 26px;
    background-color: #ffffff;
    z-index: 20;
}

.flex-items:nth-child(2) {
  display: block;
  width: 100vw;
  height: 85vh;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  background-color: red;
  border-radius: 10px;
  z-index: 40;

}


/* textes fond */



.signature{
width: 50vw;
position: absolute;
font-family: 'Bradford LL';
    src: url('BradfordLL-Regular.woff2') format('woff2'),
        url('BradfordLL-Regular.woff') format('woff'),
        url('BradfordLL-Regular.svg#BradfordLL-Regular') format('svg');
font-size: 6.5vw;
top: calc(100vh - 85vh);
left: 0,5%;
-moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
text-align: center;
vertical-align: middle;
color: red;
z-index: 30;
}

.lois{
width: 45vw;
height: 19%;
word-wrap: break-word;
left: 52%;
right: 8%;
top: 11%;
position: absolute;
font-family: 'Bradford LL';
    src: url('BradfordLL-Regular.woff2') format('woff2'),
        url('BradfordLL-Regular.woff') format('woff'),
        url('BradfordLL-Regular.svg#BradfordLL-Regular') format('svg');
font-size: 2.4vw;
-moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
text-align: center;
color: white;
z-index: 100;
background-color: red;
box-shadow: 0px 18px 16px -2px #FF0000;
}

.lois2{
  width: 46vw;
  height: 59%;
  overflow: scroll;
  position:absolute;
  font-family: 'Bradford LL';
      src: url('BradfordLL-Regular.woff2') format('woff2'),
          url('BradfordLL-Regular.woff') format('woff'),
          url('BradfordLL-Regular.svg#BradfordLL-Regular') format('svg');
  font-size: 2.2vw;
  top: 31%;
  left: 52%;
  right: 12%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  color: white;
  z-index: 99;
  list-style: disc;
  line-height: 110%;
  }

  li span{
    position: relative;
  left: -0.5em;
  }
 
  p {
    padding-left: 2.4em;
  
  }

/* textes boutons */

.titre{
  width: 100vw;
  height: fit-content;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 8px;
  font-family: 'Bradford LL';
  src: url('../fonts/Bradford/BradfordLL-BoldItalic.woff2') format('woff2'),
      url('../fonts/Bradford/BradfordLL-BoldItalic.woff') format('woff'),
      url('../fonts/Bradford/BradfordLL-BoldItalic.svg#BradfordLL-BoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
  color: red;
  transition: 0.5s ease-in-out;
  font-size: 3.5vmax;
  z-index: 30;
}

.titre1:hover{
  text-shadow: 0px 0px 3px red;
}

.titre2:hover{
  text-shadow: 0px 0px 3px red;
}

.titre3:hover{
  text-shadow: 0px 0px 3px red;
}

.titre4:hover{
  text-shadow: 0px 0px 3px red;
}

.titre1{
  position: absolute;
  top: 8px;
  left: 9px;
  text-align: left;
  font-family: 'Bradford LL';
    src: url('BradfordLL-Regular.woff2') format('woff2'),
        url('BradfordLL-Regular.woff') format('woff'),
        url('BradfordLL-Regular.svg#BradfordLL-Regular') format('svg');
  color: red;
  font-size: 50px;
  z-index: 38;
  transition: 0.3s ease-in-out;
  /* -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; */
}

.titre2{
  position: absolute;
  right: 60px;
  top: 8px;
  text-align: right;
  font-family: 'Bradford LL';
    src: url('BradfordLL-Regular.woff2') format('woff2'),
        url('BradfordLL-Regular.woff') format('woff'),
        url('BradfordLL-Regular.svg#BradfordLL-Regular') format('svg');
  color: red;
  font-size: 50px;
  z-index: 30;
  transition: 0.3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.titre3{
  position: absolute;
  bottom: 6px;
  left: 12px;
  text-align: left;
  font-family: 'Bradford LL';
    src: url('BradfordLL-Regular.woff2') format('woff2'),
        url('BradfordLL-Regular.woff') format('woff'),
        url('BradfordLL-Regular.svg#BradfordLL-Regular') format('svg');
  color: red;
  font-size: 50px;
  z-index: 50;
  transition: 0.3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.titre4{
  position: absolute;
  right: 70px;
  bottom: 6px;
  text-align: right;
  font-family: 'Bradford LL';
    src: url('BradfordLL-Regular.woff2') format('woff2'),
        url('BradfordLL-Regular.woff') format('woff'),
        url('BradfordLL-Regular.svg#BradfordLL-Regular') format('svg');
  color: red;
  font-size: 50px;
  z-index: 30;
  transition: 0.3s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* css émojis */

.interdit{
      position: absolute;
      width: 41px;
      left: 49px;
      top:  8px;
      z-index: 50 ;
      -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }

.parchemin{
  position: absolute;
  width: 40px;
  right: 14px;
  top: 10px;
  z-index: 50;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }

.writing{
  position: absolute;
  width: 46px;
  left: 28px;
  bottom: 7px;
  z-index: 50;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }
  
.printer{
    position: absolute;
    width: 43px;
    right: 8px;
    bottom: 7px;
    z-index: 50;
    -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  }


.parchemin:hover {
    animation: shake 1s;
    animation-iteration-count: infinite;
    cursor: pointer;
  }

.writing:hover {
    animation: shake 1s;
    animation-iteration-count: infinite;
    cursor: pointer;
  }

.printer:hover {
    animation: shake 1s;
    animation-iteration-count: infinite;
    cursor: pointer;
  }

.interdit:hover {
    animation: shake 1.4s;
    animation-iteration-count: infinite;
    cursor: pointer;
  }
  
@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
  }


/* bouncy animation */


  .box { 
    background-color: rgba(255, 255, 255, 0);
    width: 100vw;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    align-content: center;
    z-index: 29;
  }
  

 
  .box b {
    display: block;
    top: -20%;
    left: -20%;
    width: 15%;
    height: min-content;
    border-radius: 1px;
    background-color: red;
    box-shadow: 0px 0px 5px 8px red;
    font-family: 'Bradford LL';
    src: url('BradfordLL-Regular.woff2') format('woff2'),
        url('BradfordLL-Regular.woff') format('woff'),
        url('BradfordLL-Regular.svg#BradfordLL-Regular') format('svg');
  color: rgb(255, 255, 255);
  font-size: 2vw;
    text-align: center;
    color: rgb(255, 255, 255);
    position: absolute;
    transform: translate(-50%, -50%);  
  }
  
  
  .b1 {
  
    -webkit-animation: moveX 20s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    -moz-animation: moveX 20s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    -o-animation: moveX 20s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    animation: moveX 20s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    z-index: 17;
  }
  .b2 {
  
    -webkit-animation: moveX 29s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    -moz-animation: moveX 29s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    -o-animation: moveX 29s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    animation: moveX 29s linear 4s infinite alternate, moveY 20s linear 4s infinite alternate;
    z-index: 15;
  }
  .b3 {
  
    -webkit-animation: moveX 20s linear 0s infinite alternate, moveY 15s linear 0s infinite alternate;
    -moz-animation: moveX 20s linear 0s infinite alternate, moveY 15s linear 0s infinite alternate;
    -o-animation: moveX 20s linear 0s infinite alternate, moveY 15s linear 0s infinite alternate;
    animation: moveX 20s linear 8s infinite alternate, moveY 15s linear 8s infinite alternate;
    z-index: 14;
  }
  .b4 {
  
    -webkit-animation: moveX 23s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    -moz-animation: moveX 23s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    -o-animation: moveX 23s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    animation: moveX 23s linear 12s infinite alternate, moveY 20s linear 12s infinite alternate;
    z-index: 13;
  }
  .b5 {
  
    -webkit-animation: moveX 20s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    -moz-animation: moveX 20s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    -o-animation: moveX 20s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    animation: moveX 20s linear 16s infinite alternate, moveY 20s linear 8s infinite alternate;
    z-index: 12;
  }
  .b6 {
  
    -webkit-animation: moveX 26s linear 0s infinite alternate, moveY 17s linear 0s infinite alternate;
    -moz-animation: moveX 26s linear 0s infinite alternate, moveY 17s linear 0s infinite alternate;
    -o-animation: moveX 26s linear 0s infinite alternate, moveY 17s linear 0s infinite alternate;
    animation: moveX 26s linear 20s infinite alternate, moveY 17s linear 20s infinite alternate;
    z-index: 11;
  }
  .b7 {
  
    -webkit-animation: moveX 13s linear 0s infinite alternate, moveY 22s linear 0s infinite alternate;
    -moz-animation: moveX 13s linear 0s infinite alternate, moveY 22s linear 0s infinite alternate;
    -o-animation: moveX 13s linear 0s infinite alternate, moveY 22s linear 0s infinite alternate;
    animation: moveX 13s linear 24s infinite alternate, moveY 22s linear 24s infinite alternate;
    z-index: 10;
  }
  .b8 {
  
    -webkit-animation: moveX 20s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    -moz-animation: moveX 20s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    -o-animation: moveX 20s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    animation: moveX 20s linear 28s infinite alternate, moveY 20s linear 28s infinite alternate;
    z-index: 9;
  }
  .b9 {
  
    -webkit-animation: moveX 10s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    -moz-animation: moveX 10s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    -o-animation: moveX 10s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    animation: moveX 10s linear 32s infinite alternate, moveY 20s linear 32s infinite alternate;
    z-index: 8;
  }
  .b10 {
  
    -webkit-animation: moveX 20s linear 0s infinite alternate, moveY 13s linear 0s infinite alternate;
    -moz-animation: moveX 20s linear 0s infinite alternate, moveY 13s linear 0s infinite alternate;
    -o-animation: moveX 20s linear 0s infinite alternate, moveY 13s linear 0s infinite alternate;
    animation: moveX 20s linear 36s infinite alternate, moveY 13s linear 36s infinite alternate;
    z-index: 7;
  }
  .b11 {
  
    -webkit-animation: moveX 18s linear 0s infinite alternate, moveY 15s linear 0s infinite alternate;
    -moz-animation: moveX 18s linear 0s infinite alternate, moveY 15s linear 0s infinite alternate;
    -o-animation: moveX 18s linear 0s infinite alternate, moveY 15s linear 0s infinite alternate;
    animation: moveX 18s linear 40s infinite alternate, moveY 15s linear 40s infinite alternate;
    z-index: 6;
  }
  .b12 {
  
    -webkit-animation: moveX 20s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    -moz-animation: moveX 20s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    -o-animation: moveX 20s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    animation: moveX 20s linear 44s infinite alternate, moveY 20s linear 44s infinite alternate;
    z-index: 5;
  }
  .b13 {
  
    -webkit-animation: moveX 11s linear 0s infinite alternate, moveY 23s linear 0s infinite alternate;
    -moz-animation: moveX 11s linear 0s infinite alternate, moveY 23s linear 0s infinite alternate;
    -o-animation: moveX 11s linear 0s infinite alternate, moveY 23s linear 0s infinite alternate;
    animation: moveX 11s linear 50s infinite alternate, moveY 23s linear 50s infinite alternate;
    z-index: 4;
  }
  .b14 {
  
    -webkit-animation: moveX 20s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    -moz-animation: moveX 20s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    -o-animation: moveX 20s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    animation: moveX 20s linear 54s infinite alternate, moveY 20s linear 54s infinite alternate;
    z-index: 3;
  } 
  .b15 {
  
    -webkit-animation: moveX 22s linear 0s infinite alternate, moveY 18s linear 0s infinite alternate;
    -moz-animation: moveX 22s linear 0s infinite alternate, moveY 18s linear 0s infinite alternate;
    -o-animation: moveX 22s linear 0s infinite alternate, moveY 18s linear 0s infinite alternate;
    animation: moveX 22s linear 60s infinite alternate, moveY 18s linear 60s infinite alternate;
    z-index: 2;
  }
  .b16 {
  
    -webkit-animation: moveX 20s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    -moz-animation: moveX 20s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    -o-animation: moveX 20s linear 0s infinite alternate, moveY 20s linear 0s infinite alternate;
    animation: moveX 20s linear 64s infinite alternate, moveY 20s linear 64s infinite alternate;
  z-index: 1;
  }
  
  @-webkit-keyframes moveX {
    from { left: calc(-12%); } to { left: calc( 120%); }
  }
  @-moz-keyframes moveX {
    from { left: calc(-12%); } to { left: calc( 120%); }
  }
  @-o-keyframes moveX {
    from { left: calc(-12%); } to { left: calc( 120%); }
  }
  @keyframes moveX {
    from { left: calc(-12%); } to { left: calc( 120%); }
  }
  @-webkit-keyframes moveY {
    from { top: calc(-12%); } to { top: calc(120%); }
  }
  @-moz-keyframes moveY {
    from { top: calc(-12%); } to { top: calc(120%); }
  }
  @-o-keyframes moveY {
    from { top: calc(-12%); } to { top: calc(120%); }
  }
  @keyframes moveY {
    from { top: calc(-12%); } to { top: calc(120%); }
  }



/* printer animation */


#trouimprimante{
    width:70vw;
    left: 15vw;
    top: 6vh;
    height:8px;
    background-color:red;
    border-radius:5px;
    position:absolute;
    z-index: 500;
}


#paper-holder{
  position:absolute;
  height:52vw;
  overflow: hidden;
  top:5px;
  left:0;
  right:0;

  z-index: 500;
}

#papierimprimante{
  position:absolute;
  overflow:hidden;
  box-shadow: rgb(0 0 0 / 19%) 0px 5px 10px, rgb(0 0 0 / 23%) 0px 3px 3px;
  background-color: white;
  width: 60vw;
  height:43vw;
  top:3px;
  left:5vw;
  right:0;
  z-index: 500;
  animation: animprint 8s linear ;
  animation-iteration-count: 1;
  -webkit-transform: translate(0%, -5px);
  transform: translate(0%, -5px);
}

.h1{
  padding: 15px;
  font-family: 'Bradford LL';
  src: url('BradfordLL-Regular.woff2') format('woff2'),
      url('BradfordLL-Regular.woff') format('woff'),
      url('BradfordLL-Regular.svg#BradfordLL-Regular') format('svg');
color: black;
font-size: 7vw;
text-align: center;
}

@keyframes animprint {
  0% {
    -webkit-transform: translate(0%, -103%);
            transform: translate(0%, -103%); }
  5% {
    -webkit-transform: translate(0%, -103%);
            transform: translate(0%, -103%); }
  10% {
    -webkit-transform: translate(0%, -85%);
            transform: translate(0%, -85%); }
  15% {
    -webkit-transform: translate(0%, -85%);
            transform: translate(0%, -85%); }
  20% {
    -webkit-transform: translate(0%, -75%);
            transform: translate(0%, -75%); }
  25% {
     -webkit-transform: translate(0%, -75%);
            transform: translate(0%, -75%); }

30% {
     -webkit-transform: translate(0%, -65%);
             transform: translate(0%, -65%); }

35% {
       -webkit-transform: translate(0%, -65%);
             transform: translate(0%, -65%); } 
             
40% {
        -webkit-transform: translate(0%, -55%);
             transform: translate(0%, -55%); } 

50% {
              -webkit-transform: translate(0%, -55%);
                   transform: translate(0%, -55%); } 


100% {
    -webkit-transform: translate(0%, -5px);
            transform: translate(0%, -5px); } }




  .juge{
    position: absolute;
    width: 20vw;
    top: calc(6em - -9.8vw);
    left: 14.8vw;
    transform: rotate(-20deg);
    transition: transform .5s ease-in-out;
    z-index: 32;
    
    }
    
    .juge:hover{
      
    transform: rotate(15deg);
    z-index: 32;
    
    }
    
    .support{
      position: absolute;
      width: 20vw;
      top: calc(6em - -21vw);
      left: 16vw;
      z-index: 30;
    }



    .explosion{
      position: absolute;
      width: 12vw;
      left: 36vw;
      top: calc(4.4em - -2vw);
      transform: translate(-14vh -46vw);
      mix-blend-mode: multiply;
      animation: crescendo2 1.5s alternate infinite ease-in;
      z-index: 3;
    }


    
    .explosion2{
      position: absolute;
      width: 19vw;
      left: 8vw;
      top: calc(4.4em - -7vw);
      transform: translate(-14vh -46vw);
      mix-blend-mode: multiply;
      animation: crescendo 1.5s alternate infinite ease-in;
      z-index: 3;
    }
    
    .explosion3{
      position: absolute;
      width: 38vw;
      left: 19vw;
      transform: rotate(234deg);
      top: calc(4.4em - -14vw);
      transform: translate(-14vh -46vw);
      mix-blend-mode: multiply;
      animation: crescendo3 1.5s alternate infinite ease-in;
      z-index: 3;
    }
    
    
    @keyframes crescendo {
      0%   {transform: scale(.8); rotate: 0deg;}
      20%  {transform: scale(1.2);}
      50%  {transform: scale(.8);}
      80%  {transform: scale(1.2);}
      100% {transform: scale(0.3); rotate: 360deg;}
    }
    
    @keyframes crescendo2 {
      0%   {transform: scale(.3);}
      40%  {transform: scale(1.9);}
      60%  {transform: scale(0.7);}
      80%  {transform: scale(1.8);}
      100% {transform: scale(0.7);}
    }
    
    @keyframes crescendo3 {
      0%   {transform: scale(1.2); rotate: 0deg;}
      40%  {transform: scale(0.8);}
      60%  {transform: scale(1.2);}
      80%  {transform: scale(0.3);}
      100% {transform: scale(0.8); rotate: 360deg;}
    }


/* écrire */
canvas {
      width: 100vw;
      height: 100vh;
      -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
      position:absolute;
      z-index: 30;
 
      
    }

    * {
      margin: 0;
      padding: 0;
    cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>✍️</text></svg>") 5 25,auto;
    }



 /* textes de lois */



    


    .boxR{
      display: none !important;
    }

    .boxR2{
      display: none !important;
    }

    .boxR3{
      display: none !important;
    }

    .boxR4{
      display: none !important;
    }


    .boxR5{
      display: none !important;
    }

 
    .boxR6{
      display: none !important;
    }

    .boxR7{
      display: none !important;
    }

    .boxR8{
      display: none !important;
       
    }



    .boxR9{
      display: none;

    }


    /* PREMIÈRES LOIS */


    



.first {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-content: stretch;
      align-items: center;
      background-image: radial-gradient(red 2px, transparent 2px);
      background-size: 26px 26px;
      background-color: #ffffff;
      width: 100vw;
      height: 100vh;
      z-index: 1;
      position: absolute;
      -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
      }


.first1 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: stretch;
        align-items: center;
        background-image: radial-gradient(red 2px, transparent 2px);
        background-size: 26px 26px;
        background-color: #ffffff;
        width: 100vw;
        height: 100vh;
        z-index: 2;
        position: absolute;
        overflow: hidden;
        -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
        }

.first2 {
          display: flex;
          flex-direction: column;
          flex-wrap: nowrap;
          justify-content: space-between;
          align-content: stretch;
          align-items: center;
          background-image: radial-gradient(red 2px, transparent 2px);
          background-size: 26px 26px;
          background-color: #ffffff;
          width: 100vw;
          height: 100vh;
          z-index: 3;
          position: absolute;
          overflow: hidden;
          -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
          }
    
.first3 {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-content: stretch;
            align-items: center;
            background-image: radial-gradient(#ff0000 2px, transparent 2px);
            background-size: 26px 26px;
            background-color: #ffffff;
            width: 100vw;
            height: 100vh;
            z-index: 4;
            position: absolute;
            overflow: hidden;
            -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
            }


      .middle{
        font-family: 'Bradford LL';
        src: url('../fonts/Bradford/BradfordLL-BoldItalic.woff2') format('woff2'),
            url('../fonts/Bradford/BradfordLL-BoldItalic.woff') format('woff'),
            url('../fonts/Bradford/BradfordLL-BoldItalic.svg#BradfordLL-BoldItalic') format('svg');
        font-weight: bold;
        font-style: italic;
        font-display: swap;
        color: red;
        /* text-shadow: 0px 0px 3px red; */
      width: 80vw;
        font-size: 5.8em;
        transition: 0.4s ease-in-out;
        text-align: center;
        -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
      }
    

      .middle:hover{
        text-shadow: 0px 0px 6px red;
        cursor: pointer;
      }
    
      .down{
        width: 350px;
        font-family: 'Bradford LL';
        src: url('BradfordLL-Bold.woff2') format('woff2'),
            url('BradfordLL-Bold.woff') format('woff'),
            url('BradfordLL-Bold.svg#BradfordLL-Bold') format('svg');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
        color: red;
        transition: 0.5s ease-in-out;
        text-align: center;
        font-size: 1.5em;
        margin: 20px;
        -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
      }

    
      .down:hover{
        text-shadow: 0px 0px 1.5px red;
        cursor: pointer;
      }

      .up{
        width: 100vw;
        font-family: 'Bradford LL';
        src: url('BradfordLL-Bold.woff2') format('woff2'),
            url('BradfordLL-Bold.woff') format('woff'),
            url('BradfordLL-Bold.svg#BradfordLL-Bold') format('svg');
        font-weight: bold;
        font-style: normal;
        font-display: swap;
        color: red;
        margin: 20px;
        text-align: center;
        font-size: 2em;
        -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
      }

     





#tLoi4{
width: 100%;
height: 100vh;
  position: fixed;
  background-color: #ffffff;
  z-index: 10;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
}


.null{
  height: 110vh;
  overflow: scroll;
}


.tLoi4{
height: 100%;
}