* {
    box-sizing: border-box;
    outline: none;
}

html {
    min-height: 100%;
    font-size: 10px;
}

a,
button {
    transition: all .25s ease-in-out;
    text-decoration: none;
}

body {
    font-size: 2rem;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100%;
}

table {
    width: 80%;
    margin: 10px auto;
    text-align: left;
    border-collapse: collapse;
}

th {
    background: rgb(26, 25, 32);
    color: aliceblue;
    border: 1px solid rgb(26, 25, 32);
}

td {
    border: 1px solid rgb(26, 25, 32);
}

.sizing_box:after {
    content: '';
    
}