@import url("/static/global.css");

#button {
    cursor: pointer;
}
        
@media only screen and (max-width: 767px) {
    #button {
        width: 60%;
        height: auto;
    }
}