.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.great-vibes-regular {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
}

.header {
    padding-top: 10px;
    color: white;
    background-color: #547784;
    padding-bottom: 10px;
    
}

.logo {
    max-width: 100px;
}

.h2 {
    margin-top: 20px;
    color: white;
    text-decoration: none;
    font-size: 3rem;
    max-width: fit-content;
    
}

.row {
    
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    max-width: fit-content;
    
}

.main-text {
    margin-left: 15%;
    margin-right: 15%;
    width: fit-content;
    text-align: center;
}

.redirect {
    color: black;
}

.h5 {
    color: #547784;
    text-decoration: none;
    font-size: 110%;
}

h4 {
    margin-top: 20px;
    color: #547784;
    font-size: 2rem;
}


h5 {
    margin-top: 20px;
    color: #547784;
    font-size: 1.5rem;
}

footer {
    background-color: #547784;
    min-height: 100px;
    margin-top: 50px;
    width: 100%;
    color: white;
    text-align: center;
    padding-top: 10px;
}

.header-left {
    width: 100%;
}

.header-right {
    width: 100%;
}

.split {
    max-height: 50px;
}

.underline {
    text-decoration: underline;
}

.bottom-text {
    margin-left: 30%;
    margin-right: 30%;
}

@media (max-width :760px) {
    .main-text {
        margin-left: 3%;
        margin-right: 3%;
    }
}


