body {
    background-color: #fae6cd;
    font-family: "Courier Prime", monospace;
    font-weight: 400;
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #f3c0ce;
}

th {
    border-bottom: 1px solid #000000;
}

th, td {
    text-align: left;
    padding: 16px;
}

td:first-child {
    border-right: solid 1px #000000;
}

tr:nth-child(even) {
    background-color: #BEC3F7;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}