#root .contact{
    text-align: center;
    font-family: sans-serif;
}
.contact .contact-header{
    height: 4rem;
    color: white;
    width: 100%;
    z-index: 4999;
    border-bottom: 1px solid #bababa;
    box-shadow: 3px 3px 6px #aaa;
}
.contact .contact-header + .filler{
    height: 4rem;
}
.contact .contact-header {
    font-size: 1.3rem;
    font-weight: 550 ;
}

.about{
    font-size: 1.3rem;
    font-weight: 500 ;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 95px;
    
}
.content {
	margin-left: 72px;
	text-align: left;
	margin-right: 39px;
}
.contact .contact-title{
    font-size: 1rem;
    line-height: 1.5rem;
    display: inline-block;
    width: 100%;
}
.contact .contact-title.project-contributers{
    border-top: 1px solid #bababa;
    margin-left: -40px;
    margin-right: -20px;
}
.contact .contact-container .contact-card .card-info{
    border: 3px solid #bbb;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 6.8rem;
    margin-left: 66px;
    margin-right: 40px;
    padding: -0.4rem;
    box-shadow: -9px -5px 14px #858585;
    height: 80%;

}
.contact .contact-container.contact-head .contact-card{
    height: 100%;
}
.contact .contact-container.contact-head .contact-card .card-info{
    display: inline-block;
}
.contact-container .contact-card .card-info .profile-pic img{
    height: 10rem;
    width: 10rem;
    border: 1px solid #bbbbbb;
    display: inline-block;
    margin: 0.2rem;
    border-radius: 100%;
}
.contact .contact-container .contact-card .card-info .info{
    line-height: 1.5;
}
.contact .contact-container .contact-card .card-info .info.name{
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 0.4rem;
    color: #17406A;
}

.image{
    width: 90%;
    height: 120%;
    margin-right: -1px;
    margin-left: -5px;
}
.para{
    padding: 0.6rem;
}
.test{
    margin-left: -40px;
    margin-right: -20px;
}

.cards{
    border: 3px solid #bbb;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 6.8rem;
    margin-left: 66px;
    margin-right: 40px;
    padding: -0.4rem;
    box-shadow: -9px -5px 14px #858585;
    height: 80%;
}

.cards-old{
    border: 3px solid #bbb;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 6.8rem;
    margin-left: 65px;
    margin-right: 40px;
    padding: -0.4rem;
    box-shadow: -9px -5px 14px #858585;
    height: 80%;
}