@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
    min-height: 100%;
}

body {
    background-image: linear-gradient(0deg, rgba(89, 171, 227, 0) 60%, rgba(89, 171, 227, 0.827889) 80%, rgba(89, 171, 227, 0.9) 100%), url('background.jpg'), linear-gradient(0deg, #292B75, #292B75);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

a {
    color: rgb(41, 43, 117);
}

/* Content in the top blue bar */
.top-bar {
    color: #fff;
    font-size: 14.04px;
    font-family: Poppins, sans-serif;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar-right a {
    color: #fff;
}

.top-bar-right a:hover {
    text-decoration: underline;
}

.top-bar-right i {
    margin: 0 1rem 0 2rem;
}

.site-header {
    padding: 3rem 0;
    text-align: center;
}

.header__logo img {
    max-height: 95px;
    margin: 0 1rem 0 2rem;
}

.container {
    width: 1200px;
}

.header-wrapper::before {
    content: "";
    display: block;
    height: 32px;
    width: 100%;
    background-color: #1D234E;
    margin-bottom: -32px;
}
