html{
    -webkit-tap-highlight-color: transparent;
    scroll-behavior:smooth;
}

body{
    overscroll-behavior:none;
    touch-action:manipulation;
}

button{
    min-height:48px;
}

@media(max-width:768px){

    .rocket-card{
        border-radius:14px;
        margin:10px;
    }

}