: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;
    margin: 0 !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%;
}


#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: 4px solid white;
    width: 100%;
    height: 100% !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: 1rem;
    min-height: 100%;
    display: flex;
    height: 128px;
}
