.menu a:nth-child(2) {
    background-color: #01b1ea;
    color: #E5E4DF;
}

main {
    margin: 0 auto;
}

.profile {
    display: flex;
    border-bottom: thick double #bbb;
    padding: 0 0 2em 0;
}

.profile-img {
    margin: 2em;
    padding: 1em;
    border: #fff 1px solid;
    height: 316px;
}

.profile-text {
    margin: 0 0 0 2em;
}
.profile-text span{
    display: inline-block;
    margin: 0.5em 0;
    font-weight: 600;
}
.title {
    color: #008eda; 
    line-height: 1.2em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    font-size: 26px;
    margin: 2em 0 0.5em 1em; 
}
 
.subtitle {
    color: #008eda; 
    line-height: 1.2em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    font-size: 18px;
    margin-bottom: 1em;
}

.material {
    display: flex;
    margin: 0 0 2em 0;
    border-bottom: thick double #bbb;
}

.material-left,
.material-right {
    margin: 1em;
}

.profile-text strong,
.material strong {
   
    margin: 0 1em 0 0;
}

.material-right li {
    height: 2em;
    width: 45em;
    background-color:azure;
    margin: 1em;
    border-radius: 0.2em;
    border: #fff 1px solid;
    line-height: 2em;
    padding: 1px;
}
.material-right span
{
    display: block;
    background-color: #01b1ea;
    height: 100%;
    border-radius: 0.3em;
    color: #fff;
    padding-left: 1em;
}
.p50{
    width: 98%;
}
.p30
{
    width: 60%;
}
.p10
{
    width: 20%;
}
.team-imglist
{
    display:flex;
    margin: 0 0 3em 0;
    justify-content: space-between;
}
.team-imglist li
{
  margin: 0.5em;
  padding: 1em;
  background-color: #dedfe1d5;
  border: 1px #fff solid; 
}
.team-imglist div
{ 
    margin: 0.5em 0 0 0;
    text-align: center;
    color: #01b1ea;
    font-size: 15px;
}