h2{
    text-decoration: none;
    font-weight: normal;
}
h3{
    font-weight: normal;
}
h4{
    font-weight: normal;
}
.bio img{
    width: 30%;
    height: 30%;
    border: 2px;
    border-style: solid;
}
.short-desc{
    font-size: 30px;
}
.long-desc{
    font-size: 25px;
    display: flex;
}
.self{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.bio-text h4{
    margin-right: 15%;
    margin-left: 15%;
    text-align: center;
    margin-bottom: 0px;
}
.header h1{
    text-align: center;
    font-size: 50px;
    margin-top: 0px;
    padding-top: 15px;
}
.header h2{
    text-align: center;
    font-size: 50px;
    margin-top: 0px;
    padding-top: 15px;
}
body{
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#facts{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fact{
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 0px;
    margin-top: 0px;
    border: 3px;
    border-color: black;
    border-style: solid;
    padding: 10px;
    border-radius: 30px;
    font-size: 30px;
}
.fact-title{
    font-size: 40px;
}
#about-us{
    background: linear-gradient(to bottom,rgb(159, 189, 129), rgb(255,255,255));
    color: black;
    padding-bottom: 10px;
}
#our-team{
    background: linear-gradient(to bottom,rgb(255, 255, 255), rgb(46, 84, 121));
    margin-bottom: 0px;
    padding-bottom: 10px;
}