
table {
    margin: 0 auto;
    width: 300px;
    margin-top: 10px;
}
table button {
    width: 100%;
    height: 60px;
    background-color: #fac10f;
    color: #fff;
    border: none;
}

table td {
    width: 25%;
    padding: 3px;
    font-size: 24px;
}

table td .selectbtn {
    background: #f68d2a;
    color: white;
    border: none;
    outline: none;
}
@media(max-width: 480px){
    table{
        width: 100%;max-width: 100%;
    }
}