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

a {
    color: #C00;
}

a:hover {
    color: #bed344;
}

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

body {
    background-color: white;
}

.header-wrapper {
    background-color: #C00;
}

.header__logo {
    width: 303px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.header__nav a {
    color: white;
    font-size: 15px;
    font-weight: 500;
}

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

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