@font-face {
    font-family: 'Newsreader';
    src: url('assets/fonts/Newsreader/Newsreader-VariableFont_opsz\,wght.otf') format('opentype');
}

header {
    margin-top: 50px;
}

body {
    background-color: #FFEDBA;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Newsreader';
    margin-left: 50px;
    margin-top: 50px;
    margin-right: 50px;
    color: hsl(44, 10%,40%);
}

.invertColor {
    color: white;
    mix-blend-mode: difference;
}

table {
    border-collapse: collapse;
    text-align: left;
    margin-top: 0px;
}

td {
    padding-left: 5px;
}

h1 {
    font-family: 'Newsreader';
    font-size: 36px;
}

h2 {
    font-family: 'Newsreader';
    font-size: 18px;
    margin-bottom: 5px;
}

.noDecoration {
    color: inherit;
    text-decoration: none;
}