

@import url('https://fonts.googleapis.com/css2?family=Prompt&display=swap');
    body{
    font-family: 'Prompt', sans-serif;
    }

@keyframes example55 {
        0%   {}
        100% {transform: scale(1.1);}
      }
      body{
        overflow-x: hidden;
      }
.ak1{
    border-radius:  40px;
}
.ak1-2{
    border-radius: 40px 40px 0px 0px;
}

.btnho:hover{
    position: relative;
    animation-name: example55;
    animation-duration: 0.5s;  
  
    cursor: pointer;
}

.ko1{
    background-color: #BBBDBF;
}