body {
  background: #ffb6c1;
}
.nav-tabs li {
  text-align: center;

}
.nav-tabs li a span {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;

}
.nav-tabs li a {
  padding: 20px 30px;
  border-radius: 0;
  background-color: white;
}
.nav-tabs-cover {
  margin-top: 30px;
  text-align: center;

}
.nav-tabs li {
  float: none;
  display: inline-block;


}
.tab-content {
  background-color: white;
  padding: 15px;
  position: relative;
  min-height: 400px;
  border-bottom: 0px solid black;

}
.tab-pane > h3 {
    margin: 0;
}
.tab-content:before  {
  min-height: 300px;
  position: absolute;
  content: '';
  left: 80px;
  min-width: 100px;
  
  transform: skew(10deg);
  top: 30px;
  z-index: -1;

}
.tab-content:after  {
  min-height: 300px;
  position: absolute;
  content: '';
  right: 80px;
  min-width: 100px;

  transform: skew(-10deg);
  top: 30px;
  z-index: -1;
    background-color: #ffb6c1;

}




#intro{
  padding-top: 30%;
  padding-left:5%;
}
.typewrite{
  color: #aa4450;
}
