﻿* {
    font-family: 'Inconsolata', monospace;
    color: rgb(0, 0, 0);
}

body {
    background: linear-gradient(to right, rgb(24, 184, 168), rgb(118, 190, 50));
    ;
}

.container {
    width: 320px;
    background: linear-gradient(to right, rgb(173, 58, 173), rgb(184, 63, 26));
    ;
    margin: 120px auto;
}

table {
    width: 100%;
    border-color: #09646407;
    background: linear-gradient(to right, rgb(184, 24, 37), rgb(78, 13, 230));
    ;
}

td {
    width: 25%;
    border-color: rgba(0, 0, 0, 0.363);
}

button {
    width: 100%;
    height: 70px;
    font-size: 24px;
    background: linear-gradient(to right, rgb(151, 11, 151), rgb(190, 94, 50));
    ;
    border: none;
}

#inputLabel {
    height: 120px;
    font-size: 40px;
    vertical-align: bottom;
    text-align: right;
    padding-right: 16px;
    background: linear-gradient(to right, rgb(4, 65, 88), rgb(226, 68, 47));
    ;
}
