html, body {
    margin: 0;
    padding: 0;
}

header {
background-color: #4B7F7D;
}

.container-fluid {
    padding-left: 5%;
    padding-right: 5%;
}

.navigation {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: small;
    overflow-wrap: break-word;
}

.logo {
    padding-right: 20px;
}

ul {
    list-style: none;
}

.header-words {
    font-family: 'Poppins';
    font-weight: 900;
    color: #88B2B0;
    width: 50%;
    text-align: center;
    margin: auto;
    padding: 40px 0px;
}

.caps {
    text-transform: uppercase;
}

.highlight {
    color: #ffffff;
}

.header-text {
    color: #4B7F7D;
    text-align: center;
    margin: auto;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    padding-top: 40px;
}

main {
    width: 50%;
    margin: auto;
}

.main-h2 {
    text-align: center;
    color: #4B7F7D;
    font-family: 'Poppins';
    font-weight: 900;
    margin: 30px;
}

.main-text {
    text-align: center;
    color: #063054;
    font-family: 'Poppins';
    font-weight: 500;
}

aside {
    background-color: #E5E5E5;
    padding-bottom: 30px;
    
}

.aside-h3 {
    text-align: center;
    font-family: 'Poppins';
    font-weight: 700;
    width: 50%;
    margin: auto;
    padding: 30px;
    color: #063054;
}

.aside-text {
    width: 50%;
    margin: auto;
    text-align: center;
    color: #063054;
    font-family: 'Poppins';
    font-weight: 500;
}

.form-text {
    font-family: 'Poppins';
    color: #063054;
}

.fi {
    margin-bottom: 45px;
}

.btn {
    background-color: #4B7F7D;
    font-family: 'Poppins';
    color: #ffffff;
    padding: 10px 30px;
    border-radius: 0;
}

footer {
    background-color: #063054;
    padding: 20px;
    color: #ffffff;
}

/* Form Submission Loader */
.loader{
    width: 5%;
    object-fit: contain;
}

/* Form Submitted Allert */
.alert-txt{
    text-align: center;
    font-size: large;
}

