html {
    position: relative;
    min-height: 100%;
}

body {
    padding-bottom: 60px;
    padding-top: 56px;
    background-color: #e8eaed;
}

body>.container {
    padding: 50px;
    margin: 30px auto;
    border-radius: 5px;
    background-color: #fafafa;
}

h1 {
    margin-bottom: 2rem;
}

h1[id], h2[id], h3[id], h4[id], h5[id], h6[id], section[id], .hashLink[id] {
    padding-top: 80px;
    margin-top: -80px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.donate {
    display: flex;
    max-width: fit-content;
}