html {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

table {
    margin: auto;
}

.redbutton {
    text-align: center;
    border: fill;
    border-color: #b8505a;
    width: fill;
    height: fill;
    font-size: 20px;
    color:#eceff4;
    background-color: #bf616a;
}

.bluebutton {
    text-align: center;
    border: fill;
    border-color: #5e81ac;
    width: fill;
    height: fill;
    font-size: 20px;
    color:#eceff4;
    background-color: #81a1c1;
}

.greenbutton {
    text-align: center;
    border: fill;
    border-color: #83a864;
    width: fill;
    height: fill;
    font-size: 20px;
    color:#eceff4;
    background-color: #a3be8c;
}  

body {
    background-color: #2e3440;
    color: #eceff4;
}

table {
    border-collapse: collapse;
    border-color: #eceff4;
    padding: none;
    color: #eceff4;
}