.t-primary-bgcolor {
    background-color: white;
}

a {
    color: rgb(84, 84, 84);
}

a:hover {
    color: #bed344;
}

.header__nav a:hover {
    color: #bed344;
    text-decoration: none;
}

body {
    background-color: white;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.header__nav a {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
}

.footer-wrapper {
    background-color: #eaedf0;
}

.footer {
    display: grid;
    place-items: center;
    padding: 40px;
    font-size: 18px;
    line-height: 50px;
}
