body{
    background-color: #111114;
    text-align: center;
    color: #b0b0b1;
    font-family: "system-ui", sans-serif;
}
h1{
    color: red;
    font-weight: inherit;
    font-size: 50px;
}
h2{

    font-size: 40px;
}


a.button {
    color: #b0b0b1;
    padding: 2px 12px;
    border-radius: 5px;
    background-color: #252529;
    text-decoration: none;
    font-size: 30px;
}

a.homebutton {
    padding: 2px 12px;
    color: #b0b0b1;
    border-radius: 5px;
    background-color: #421717;
    text-decoration: none;
    font-size: 30px;
}
.bold{
    font-weight: bold;
}

table,th,td{
    margin: auto;
    border: 1px solid #b0b0b1;
    border-collapse: collapse;
}

div.center{
    display: flex;
    justify-content: center;
}
