.button-wrapper{display:inline-block;padding:.5rem 0}.button-wrapper .button-btn{display:inline-block;padding:.5rem 1rem;font-size:1rem;font-weight:600;color:#64ffda;background-color:inherit;border:2px solid #64ffda;border-radius:5px;cursor:pointer;position:relative;overflow:hidden;transition:all .3s ease}.button-wrapper .button-btn:hover{border:2px solid teal}