#Weather{
    font-weight: bold;
}

#Weather > .container table {
    border-radius: 10px;
    table-layout: fixed;
}

#Weather > .container td.cel,
#Weather > .container td.beschrijving > img {
    width: 12rem;
    height: 7rem;
    border-radius: 10px;
}

#Weather > .container th,
#Weather > .container td {
    padding: 3px 5px;
    text-align: center;
    width: 7.5rem;
    font-size: 2rem;
}

#Weather > .container th {
    background-color: var(--header-bg);
    color: var(--text-light);
    border-radius: 10px;
    
}

#Weather > .container td.cel,
#Weather > .container td.beschrijving {
    background-color: var(--header-bg);
    color: var(--text-light);
    border-radius: 10px;
    
}

#Weather > .container td.beschrijving {
    font-weight: bold;
    
}
