@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');

body {
    background-color: #fff;
}

.t-primary-bgcolor {
    background-color: #1f1f1f;
}

a {
    color: #92be41;
}

.container {
    width: 1200px;
}

.header-wrapper {
    border-top: 15px solid #1f1f1f;
}

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 25px;
    row-gap: 12px;
}

.header__logo img {
    max-height: 193px;
}

.header__nav {
    display: flex;
    justify-content: center;
}

.header__nav a {
    font-family: "Verala Round", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #5c5c5c;
    margin: 0 26px;
}

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