body {
    font-family: 'Work Sans', sans-serif;
    background-color: #3195a5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bg-teal {
    box-shadow: 0 0 20px #000 ;
    background-color: #e9edf7;
    width: 90%;
}

.text-teal {
    color: #126c6c;
}

.logo {
    width: 100px;
    height: auto;
}

.icon {
    width: 24px;
    height: 24px;
}

.text-head {
    color: #126c6c;
}

.text-title {
    font-size: 25px;
}


.pro-about-footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: transparent;
    text-align: center;
}

.pro-about-footer p,
.pro-about-footer a {
    background-color: transparent;
    font-size: 1rem;
    color: aliceblue;
    text-decoration: none;
}

.pro-about-footer a {
    color: #e8ecf7;
    text-decoration: underline;
}

.pro-about-footer a:hover {
    text-decoration: underline;
    color: dodgerblue;
}