body {
    font-family: "Source Sans Pro", sans-serif;
    margin: 0;
}

a {
    color: rgb(159, 2, 2);
}

.page-header {
    position: relative;
    background: rgb(129, 0, 36);
    background: linear-gradient(
        90deg,
        rgba(129, 0, 36, 1) 0%,
        rgba(200, 11, 14, 1) 80%,
        rgba(129, 0, 36, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#810024",endColorstr="#810024",GradientType=1);
    color: #fff;
    padding: 34px 0;
}

.page-header-title {
    display: inline-block;
    margin-left: 50px;
}

.container {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    text-align: justify;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}

.nav-link {
    color: #fff;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}

.nav ul {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    color: #242424 !important;
}

.header-cookies {
    background-color: rgb(159, 2, 2);
    color: #fff;
    padding: 0 10px;
}

td {
    padding: 0 15px;
}

footer {
    background: rgb(129, 0, 36);
    background: linear-gradient(
        90deg,
        rgba(129, 0, 36, 1) 0%,
        rgba(200, 11, 14, 1) 80%,
        rgba(129, 0, 36, 1) 100%
    );
}