body {
    font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

.bg-silver {
    color: white;
    background-color: black;
}

h2 {
    font-family: 'Nunito', sans-serif;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 1em;
    float: right;
}