* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #87cefa;
    font-family: verdana, sans-serif;
}

header {
    width: 100%;
    height: 80px;
    text-align: center;
    line-height: 80px;
}

header h1 {
    font: 44pt Impact, 'Times New Roman';
}

nav {
    width: 100%;
    height: 50px;
    background-color: #228b22;

}

#nav_center {
    width: fit-content;
    height: inherit;
    margin: 0 auto;
}

nav button {
    background-color: inherit;
    font: 24pt Impact, 'Times New Roman';
    color: #ffffff;
    border: none;
    margin: 0 20px;
    text-align: center;
    line-height: 50px;
}

nav button.focus {
    color: #87cefa;
}

main {
    width: 100%;
    height: fit-content;
    margin-bottom: 100px;
}

#home img {
    width: 30%;
    margin: 50px 10%;
    float: left;
}

#home div {
    width: 30%;
    margin: 50px 15% 50px 5%;
    float: left;
}

#home div h1 {
    height: 50px;
    width: 100%;
}

#home div table {
    width: 100%;
    height: 400px;
    font: 18pt verdana;
    border-collapse: collapse;
}

#home div table tr {
    border-bottom: 3px solid black;
}

#_5daagse {
    width: 100%;
    margin: 50px 0;
}

#_5daagse div {
    width: 60%;
    margin: 10px auto;
}

#_5daagse div h1 {
    width: 100%;
    height: 50px;
    background-color: #228b22;
    color: white;
    font: 18pt verdana;
    border: 2px solid black;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
}

#_5daagse div table {
    border-collapse: collapse;
    border: 2px solid black;
    width: 90%;
    margin: 20px auto;
    display: none; /* initial value */
}

#_5daagse div table th {
    background-color: #228b22;
    color: white;
}

#_5daagse div table td, #_5daagse div table th {
    border: 1px solid black;
    height: 20px;
    min-width: 20px;
    text-align: center;
}

#_5daagse div table img {
    height: 40px;
    width: 40px;
}

#weerbericht {
    height: fit-content;
    width: 40%;
    margin: 50px auto;
}

#weerbericht h1 {
    margin: 10px auto;
    font: 24pt impact;
}

#weerbericht p {
    font-size: 14pt;
}

footer {
    width: 100%;
    height: 50px;
    background-color: #228b22;
    color: white;
    font: 16pt verdana;
    position: fixed;
    bottom: 0;
}

footer div {
    height: inherit;
    width: fit-content;
    margin: 0 auto;
}

footer p {
    float: left;
    line-height: 50px;
    margin-right: 10px;
}

footer img {
    height: 30px;
    float: left;
    margin: 10px 0;
}





#_5daagse, #weerbericht {
    display: none;
}

/* main {
    width: 80%;
    margin: 0 auto;
}

nav {
    height: 50px;
}

#nav_center {
    width: 50%;
    margin: 0 auto;
}

nav button {
    width: calc(30%);
    height: 50px;
    background-color: aqua;
    border-width: 0;
}


#page2, #page3 {
    display: none;
}


table, th, td {
    border: 1px solid black;
}

table {
    border-collapse: collapse;
} */