.about {
    text-align: center;
}

.about ul {
    list-style-type: none;
    padding: 0;
}

.sub-header {
    color: rgb(32, 122, 200);
}

/* Footer styles */
.footer {
    background-color: #3e3e57;
    padding: 5px;
    text-align: center;
    bottom: 0;
    
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
    padding-top: 10px;
}


.footer-link {
    color: white;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
    color: aqua;
}

.f-left, .f-right {
    margin: 0 10px;

}

.f-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    color: white;
}

.f-paragraph {
    text-align: left;
    font-weight: bold;
}

.f-right {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
    padding-left: 30px;
    border-left: 1px solid rgb(108, 104, 104);
}

.footest {
    text-align: center;
    color: white;
    background-color: #1d1d25;
    padding: 1px;
    margin: 0px;
}

/*specific */

h2 {
    margin: 0px;
    padding: 0px;
}