:root {
    --main-color: #024381;
    --accent: #ffec3e;
    --text: white;
    --background-body: #053b64 !important;
}

body {
    background-color: var(--main-color);
    font-family: "Cabin", sans-serif !important;
    padding: 0 !important;
    margin: 0 !important;
    padding-top: 2% !important
}

#header {
    display: grid;
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
    place-content: center;
}

header {
    background-color: #626262;
    margin: 1%;
    border-radius: 32px;
    padding: 0.75%;
    border: 8px solid black;
    margin-top: 0;
}


#planner {
    background-color: #626262;
    margin: auto;
    font-family: "Cabin", sans-serif !important;
    font-size: 1.25rem;
    text-align: center;
    border-radius: 16px;
    width: 100%;
}

table {
    border-collapse: collapse;
}

th {
    border: 2px solid white;
    width: 100%;
    height: 100% !important;
    border-bottom: 2px solid white !important;
    font-size: 1.5rem;
    padding: 1.5% !important;
}

tr {
    display: flex;
    font-size: 2rem;
    place-self: center;
    margin: auto;
    width: 100%;
    height: 100% !important;
}

td {
    align-self: center;
    align-content: center;
    text-align: center;
    width: 100%;
    font-size: 0.75rem;
    min-height: 100%;
    display: flex;
    height: 128px;
    padding: 0.5% !important;
    border: 2px solid white;
    border-bottom: 2px solid white !important;
}

button {
    border-radius: 32px !important;
    border: 8px solid black !important;
}

tr:has(#class1) {
    display: none;
}