* {
    font-family: 'Noto Sans', sans-serif;
    background-color: #FAF9F6;
}

html {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
}

h1, h2, h3, h4 {
    font-family: 'Source Serif Pro', serif;
}

h2 {
    color: #008CBA;
}

code {
    font-family: monospace;
    background-color: #e9e9e9;
}

#button {
    display: flex;
    justify-content: center;
}

a.button {
    color: white;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
  }

a.button:hover {
  background-color: #008CBA;
  color: white;
}


.footer {
    padding-left: 0%;
    padding-top: 2em;
    padding-bottom: 1em;
    font-weight: bold;
    bottom: 0;
}
