
body {
    color: white;
    padding: 5px;
    background-color: rgb(42, 48, 61);
    font-family: Calibri;
    font-size: 17pt;
}

header {
    font-size: larger;
}

main {
}


a {
    color: yellow;
    text-decoration: none;
}

footer {
    font-size: smaller;
}
