
/*about us styling*/
.about-content {
    margin-bottom: 80px;
    text-align: center;
}
.about-content h1{
    font-size: 100px;
    font-family: Doto;
    font-weight: bolder;
    margin: auto auto;
    background-color: #dee2e6;
    padding: 30px;
    margin: 80px 0;
    max-width: 100%;
}
.about-section {
    margin: 0 30px 0 auto;
    width: 80%;
    border-bottom: #dee2e6 2px solid;
}
.about-section h2, .about-section p, .about-section ul li {
    padding: 3px 10px;
    font-size: 120%;
    color: #dee2e6;
    text-align: left;
    width: 70%;
}
button#interestabt {
    width: fit-content;
    margin: 20px auto 0 auto;
    font-family: Doto;
    font-size: 28px;
    background-color: #111;
    color: #dee2e6;
    padding: 15px 30px;
    border-radius: 10px;
    border: 2px solid #dee2e6;
    transition: all 0.3s ease-in-out;
}
button#interestabt:hover{
    background-color: #dee2e6;
    color: #111;
    border: 2px solid #0000;
}