table {
    width: 80%;
    margin: 20px auto;
    text-align: center;
    border-collapse: collapse;
}

table th {
    padding: 10px;
    text-align: center;
    border: 1px solid black;
    font-size: 25px;
    font-weight: bold;
    font-family: jetbrains mono;
}

table td {
    padding: 8px;
    text-align: center;
    border: 1px solid black;
    font-family: jetbrains mono;
}

h1 {
    font-family: jetbrains mono;
    text-align: center;
}

input {
    border-radius: 10px;
}
body {
    text-align: center;
}