body {
  background: linear-gradient(rgb(0, 1, 51) 0%, rgb(15, 16, 72) 100%);
   
    padding: 0px;
    margin: 0px;
  }


#navbar{
    
    height: 80px;
    width: 100%;
    
    
    background:rgb(164, 158, 158);
    border-bottom: 1px solid #e0e0e0;
}
.custom-shape-divider-bottom-1668245965 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1668245965 svg {
  position: relative;
  display: block;
  width: calc(204% + 1.3px);
  height: 410px;
}

.custom-shape-divider-bottom-1668245965 .shape-fill {
  fill: #FFFFFF;
}
h5{
  text-align: center;
  color: grewen;
   margin-top: 20px;  
   
}
  #welcome h1 {
    
    text-align: center;
    font-size: 70px;
    color: aliceblue;
    
   
    
    
  }
  #panels {
    display: flex;
    width: 100%;
    margin: auto;
    gap: 20px;
    margin-top: 180px;
 

   justify-content: center;
  }
  #user {
 padding-top: 30px;
   width: 50%;
   margin-right: 250px;
    height: 80%;
    background: scroll;
    color: whitesmoke;
    font-size: 50px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border:1px solid rgba(255,255,255,0.3);
    border-radius: 5px;
    /* box-shadow: 10px 10px 20px rgba(6, 222, 233, 0.1); */
    border-radius: 5px;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
   
  }




  #user:hover {
    border: 1px solid rgb(0, 200, 117);
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.1, 1.1);
   
  }
  #userhover::after {
    border: 1px solid rgb(0, 200, 117);
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); */
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    
  }
  #admin {
    
    padding-top: 27px;
   
    border:1px solid  gray;
    width: 50%;
    margin-left: 250px;
     height: 80%;
     background: scroll;
     color: whitesmoke;
     font-size: 50px;
     cursor: pointer;
     position: relative;
     display: inline-block;
     /* border: none; */
     border-radius: 5px;
     /* box-shadow: 10px 10px 20px rgba(6, 222, 233, 0.1); */
     border-radius: 5px;
     -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
     transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  
  
  
  }

  #admin:hover {
    border: 1px solid rgb(255, 117, 117);
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.1, 1.1);
  }
  #admin::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgb(255, 117, 117);
  }