.container {
    width: 1100px;
}

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

a {
    color: #0070cd;
}

body {
    background-color: #FFF;
}

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

.header__logo img {
    width: 200px;
}

.header__nav a {
    font-size: 16px;
}

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

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