html, body {
    background: #eee;
    color: #5b5b5b;
}


h1 {
    font-size: 36px;
    margin-bottom: 8px;
}

p {
    font-size: 14px;
}

.header {
    width: 100%;
    height: 30vh;
    background: url(../img/aboutus.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    transition: all 1s;
    text-align: center;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto 0 auto;
    margin-bottom: 80px;
    width: 100%;
    max-width: 600px;
}

.social-links a {
    transition: transform 0.6s ease;
    border: 3px solid;
    border-radius: 50%;
    text-align: center;
    height: 60px;
    width: 60px;
    margin: 12px;
}

.social-links a:hover {
    transform: rotate(360deg) scale(1.4);
}

.social-links a>i {
    font-size: 35.2941176471px;
    line-height: 60px;
    vertical-align: middle;
}

.social-links a.facebook {
    border-color: #3b5998;
    color: #3b5998;
}

.social-links a.twitter {
    border-color: #00aced;
    color: #00aced;
}

.social-links a.linkedin {
    border-color: #007bb6;
    color: #007bb6;
}

.social-links a.instagram {
    border-color: #ef8236;
    color: #ef8236;
}

.social-links a.stack-overflow {
    border-color: #ef8236;
    color: #ef8236;
}

.social-links a.youtube {
    border-color: #e42424;
    color: #e42424;
}

.title{
    margin-top: 15vh;
    color: #fff;
    font-size: 3rem;
}

.aboutus-txt{
    margin: 50px 20vw;
    text-indent: 50px;
    font-size: 1rem;
    text-align: justify;
}

.middle-man{
    text-align: center;
}