.button_menu{background-color:#C03C65;color:#ffffff;padding:0!important;border-radius:3px}.button_menu:hover{background-color:#87B544;color:#ffffff;opacity:100%;padding:0!important;border-radius:3px}.button_menu a{color:#ffffff!important;padding:15px 15px 15px 15px!important;border-radius:3px}.chatgpt_button{background-color:#4CAF50;border:none;color:white;padding:15px 32px;text-align:center;text-decoration:none;display:inline-block;font-size:16px;margin:0px 0px;border-radius:8px;cursor:pointer;animation:zoomAnimation 2s ease infinite alternate}@keyframes zoomAnimation{0%{transform:scale(1)}100%{transform:scale(1.05)}}img{pointer-events:none}@media screen and (max-width:980px){.reverse{display:flex;flex-direction:column-reverse}}