.header {
    position: fixed;
    top: 0;
    background-color: #e4e4e7;
    color: #052e16;
    font-family: Manrope, Arial, Helvetica, sans-serif;
}
.dashboard-link {
    color: #252627;
}
.registration-link {
    text-align: right;
}
.green-text {
    color: #052e16;
}
.gray-text {
    color: #6b7280
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /*background-color: #e4e4e7;*/
    color: #052e16;
    font-family: Manrope, Arial, Helvetica, sans-serif;
}
.footer-link {
    font-size: 0.75em;
}
