.loader  {
    animation: rotate 1s infinite;  
    height: 50px;
    width: 50px;
  }
  body{
    -webkit-tap-highlight-color: transparent;

    margin: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  .loader:before,
  .loader:after {   
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;  
    width: 20px;
  }
  .loader:before {
    animation: ball1 1s infinite;  
    background-color: #cb2025;
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
  }
  .loader:after {
    animation: ball2 1s infinite; 
    background-color: dodgerblue;
    box-shadow: 30px 0 0 #97bf0d;
  }
  
  @keyframes rotate {
    0% { 
      -webkit-transform: rotate(0deg) scale(0.8); 
      -moz-transform: rotate(0deg) scale(0.8);
    }
    50% { 
      -webkit-transform: rotate(360deg) scale(1.2); 
      -moz-transform: rotate(360deg) scale(1.2);
    }
    100% { 
      -webkit-transform: rotate(720deg) scale(0.8); 
      -moz-transform: rotate(720deg) scale(0.8);
    }
  }
  
  @keyframes ball1 {
    0% {
      box-shadow: 30px 0 0 #f8b334;
    }
    50% {
      box-shadow: 0 0 0 #f8b334;
      margin-bottom: 0;
      -webkit-transform: translate(15px,15px);
      -moz-transform: translate(15px, 15px);
    }
    100% {
      box-shadow: 30px 0 0 #f8b334;
      margin-bottom: 10px;
    }
  }
  
  @keyframes ball2 {
    0% {
      box-shadow: 30px 0 0 #97bf0d;
    }
    50% {
      box-shadow: 0 0 0 #97bf0d;
      margin-top: -20px;
      -webkit-transform: translate(15px,15px);
      -moz-transform: translate(15px, 15px);
    }
    100% {
      box-shadow: 30px 0 0 #97bf0d;
      margin-top: 0;
    }
  }
  #loader{
   margin-left: auto;
   margin-top: auto;
   margin-bottom: auto;
   margin-right: auto;
   margin-top:18rem
  }
  .material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
  }
  #logo{
    background-color: dodgerblue;
    margin-top:0px;
    padding:10px;
    color: white;
    text-align: center;
    margin-bottom:70px;
    margin-right:0px;
}
#logo11{
    position: relative;
    left:-50%;
    -webkit-user-select: none;
  
  }
  #logo{
    display: flex;
    justify-content: space-between;
  }
  #b{
    position: relative;
    top:15px
    ;
    font-size: 180%;
    left:20px;
    transition: 0.13s;
    height:30px;
    cursor: pointer;
    -webkit-user-select: none;
  }
  #b:active{
    transform: scale(0.88);
  }
  #img{
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left:-12px;
    padding:0.2rem;
    border-radius: 20rem;
    border-right: 0.5rem solid dodgerblue;
    border-top:   0.5rem solid red;
    border-left:  0.5rem solid orange;
    border-bottom:0.5rem solid green;
    width:100px


  }
  body{
    -webkit-font-smoothing:subpixel-antialiased;
    -webkit-user-select: none;
    user-select: none;
    user-zoom: none;
  }
  #contentt{
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    width:400px;
    margin-left: auto;
    margin-right: auto;
    padding-top:20px;
    padding-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
    border-radius: 40px;

  }
  #ul1,#ul2{
    position: relative;
    left:-20px
  }
 #li2,#li6,#li4,#li5{
  margin-top:50px
 }
  #ul2{
    margin-left:40px
  }
  li{
    list-style: none;
  }
  h3{
    font-weight: 400;
    font-size:130%
  }
  #h1,#h2,#h6{
    font-weight: 500;
    color:rgb(105, 105, 105)
  }
  #h3,#h4,#h5{
    color: dodgerblue
  }
  #h3{
    position: relative;
    left:30px
  }
  #h5{
    position: relative;
    left:40px
  }
#ul1{
  min-width:0px
}
#contentt{
  min-width: 0px
  ;
}
body{
  overflow-x: auto;
}
@media screen and (max-width: 483px) {
  #ul1,#ul2{
    min-width: 0px;
  }
  #ul2{
    margin-top:30px;
    overflow-y: auto;
  }
  #contentt{
    width:80%
  }
}

#h5{
  color:dodgerblue;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;

}

#imgg{
  width:30px;
  position: absolute;
  top:1.2rem;
  left:9rem;
  cursor: pointer;
  transition: 0.15s;
}
#imgg:active{
  transform: scale(0.8);
}
#h3{
  left:40px
}
#h3{
  background: transparent;
  border:0px;
  font-size: 130%;
  margin-top:20px;
  outline: none;
}
#h3.anc{
  border-bottom: 0.1rem #f9005a solid;
width:20%
}
#h3.dnc{
  border : none;
width:20%
}

#btn{
  -webkit-font-smoothing: antialiased;

  display: inline-block;
  padding: 14px 26px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #f9005a;
  border: none;
  border-radius: 30px;
  transition: background-color 0.3s ease;

  cursor: pointer;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.2);

 position: relative
 ;
 top:-5rem;
 margin-left: 37%;
}
#btn:hover {
  background-color: #d7004d;
}

#btn:focus {
  outline: none;
}

#btn:active {
  background-color: #bb003e;
}

#contentt.anc{
  animation: first 1.2s ease-in-out forwards
}
#contentt.dnc{
  animation: secod 1.2s ease-in-out forwards

}
#btn{
  visibility: hidden;
}
#btn.anc{
  animation: second 0.4s ease-in-out forwards

}
#btn.dnc{
  animation: gg 0.4s ease-in-out forwards

}
@keyframes secod{
  from{
    padding-bottom:80px

  }
  to{
    padding-bottom:20px
  }
}
@keyframes first{
  from{
    
  }
  to{
    padding-bottom:80px
  }
}
@keyframes second{
  0%{
    opacity: 0;
    transform: scale(0);
  }
  50%{
    opacity: 0.8;
    transform: scale(1.2);
  }
  100%{
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes gg{
  0%{
    opacity: 1;
    transform: scale(1);
  }
  50%{
    opacity: 0.8;
    transform: scale(1.2);
  }
  100%{
    opacity: 0;
    transform: scale(0);
  }
}
#h3{
  width:25%
}