.block4{
    position: absolute;
    top: 300%;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px){
  .block4{
    top: 200%;
  }
}

.title4{
    position: absolute;
    top: -2%;
    left: 1%;
    font-family: 't2';
    font-size: 45px;
    color: #8B4513;
    text-shadow: 
    -1px -1px 0 #000, 
     1px -1px 0 #000, 
    -1px  1px 0 #000, 
     1px  1px 0 #000; 
    letter-spacing: 3px;
    box-shadow: 10px 10px 50px 10px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    z-index: 5;
    padding-left: 1%;
    padding-right: 1%;
  }
  
  @media screen and (max-width: 768px){
    .title4{
      font-size: 16px;
      text-shadow: none;
      top: -5%;
    }
  }

.title4.animate2{
  animation-name: animt4;
  animation-duration: 3s;
}

@keyframes animt4{
    0%{
      left: -25%;
      opacity: 0;
    }
  
    100%{
      left: 1%;
      opacity: 1;
    }
}

.block41{
    position: absolute;
    top: 15%;
    left: 7%;
    width: 85%;
    background-color: rgb(255, 255, 255, 0.7);
    box-shadow: 10px 10px 50px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    overflow-y: visible;
    border-radius: 10px;
    max-height: 70%;
}

.adm23 {
  font-family: 'arial';
  font-size: 15px;
  color: #ffffff !important;
  padding: 8px 14px;
  border-radius: 13px;
  border: 4px outset #b2b0aa;
  background: #8B4513;
}

@media screen and (max-width: 768px){
  .adm23{
    font-size: 14px;
    padding: 4px 10px;
    border: 2px outset #b2b0aa;

  }
}

.adm23:hover {
  color: #cccccc !important;
  background: #f66d52;
  background: linear-gradient(to top, #f66d52, #9e220a);
  cursor: pointer;
}

.adm22{
  position: absolute;
  left: 7%;
  top: 7%;
}

@media screen and (max-width: 768px){
  .adm22{
    font-size: 16px;
    text-shadow: none;
    left: 6%;
  }
}

.tf4{
  font-size: 22px;
}

@media screen and (max-width: 768px){
  .tf4{
    font-size: 16px;
    width: 90%;
  }
}

.t41{
  height: 100%;
  text-decoration: none;
  font-family: 't2';
  font-size: 22px;
  color: #8B4513;
  letter-spacing: 3px;
  border-radius: 5px;
  line-height: 50px;
  margin-left: 2%;
  text-decoration: none;
}

@media screen and (max-width: 768px){
  .t41{
    font-size: 16px;
    width: 90%;
    line-height: 25px;
  }
}

.adminb{
  position: absolute;
  bottom: 0;
  text-decoration: none;
  font-family: 'arial';
  font-weight: 900;
  font-size: 16px;
  color: #8B4513;
}

@media screen and (max-width: 768px){
  .adminb{
    font-size: 14px;

  }
}