.button-container{display:flex;justify-content:space-between;width:100%}.button{background-color:#e5ff00;border:1px solid #e5ff00;border-radius:5px;color:#000;display:inline-block;font-size:16px;font-weight:400;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease;white-space:nowrap}.button:hover{background-color:#000;color:#e5ff00}@media screen and (max-width:480px){.button-container{flex-wrap:nowrap}.button{max-width:200px}}