h6 {
    text-indent: 4px;git
    line-height: normal;
}

h4 {
    text-indent: 4px;
}
 
  img {
    border-style: none;
    width: 30%;
    margin-left: auto;
    margin-top: 4px;
}

 .container {
     animation: transitionIn 0.75s;
     /* -webkit-animation: scale 0.75s; */
     text-align: center;
     padding: 0px;
 }
 .containerBio {
    animation: transitionIn 0.75s;
    /* -webkit-animation: scale 0.75s; */
    text-align: Left;
    padding: 0px;
    width: 90%;
    margin-left: auto;
}  
.container2 {
    animation: transitionIn 0.75s;
    /* -webkit-animation: scale 0.75s; */
    text-align: Left;
    padding: 0px;
    width: 90%;
    margin-left: auto;
    /* box-shadow: 0px 0px 20px #00000010 */
}

 #bioPic {
     width: 150px;
     margin-top: 100px;
     margin-left: auto;
 }

 #bioText {
     width: 80%;
 }
 .align {
     float: left;
     /* margin-left: 150px; */
     /* position: absolute; */
     /* right: 0; */
 }
#rachel {
    display: inline-block;
}
#Edna {
    margin-left: 50px;
}
.clearfix {

}

 @keyframes transitionIn {
     from {
         opacity: 0;
         transform: rotateX(-10deg);
         transform: translateY(-10px);
     }
     to {
         opacity: 1;
         transform: rotateX(0);
         transform: translateY(0);
     }
 }


 @-webkit-keyframes scale { /* Safari and Chrome */
    from {
        width:300px;
    }
    to {
        width:400px;
    }
}
