@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.container {
    width: 1100px;
}

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

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

body {
    background-color: #FFF;
}

.header {
    background-color: rgb(4, 65, 84);
    padding: 20px 0;
    width: 100%;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1100px;
}

.header__logo img {
    width: 200px;
}

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

.header__nav a:hover {
    color: rgb(254, 107, 2);
}