/* .navigation {
    margin-top: 10px;
    padding-left: 0px;
}

.navigation li {
    display: inline;
    color: darkgray;
}

.navigation a {
    text-decoration: none;
    color: darkgray;
}

.navigation li:not(:last-child) a:after {
    content: ' \00A0 \00A0 > \00A0';
}
 */

.information {
    /* overflow: hidden; */
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info-title {
    z-index: 1;
    color: white;
    font-size: 40px;
    background-color: #69bdc8;
    height: 60px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    /* border:1px solid red; */
    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
}

.info-content {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: rgba(211, 211, 211, 0.2);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-top: -15px;
    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
}

.inside-content {
    margin: 20px;
    font-size: 20px;
    font-weight: 300;
    /* display: flex;
  justify-content: space-between;
  align-items: center; */
    width: 100%;
    /* border: 1px solid red; */
}

.round-photo {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-right: 60px; */
    box-shadow: /* -7px -7px 20px 0px #fff9,  */
    /* -4px -4px 5px 0px #fff9,  */
    7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
    float: left;
}

.Mround-photo {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-right: 60px; */
    box-shadow: /* -7px -7px 20px 0px #fff9,  */
    /* -4px -4px 5px 0px #fff9,  */
    7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
    float: left;
}

.description {
    margin-top: 10px;
    position: relative;
    border-radius: 10px 10px 10px 0px;
    width: auto;
    /* height: 150px; */
    background-color: #69bdc8;
    /* display: flex;
  flex-direction: column;
  justify-content: center; */
    padding: 20px;
    box-shadow: /* -7px -7px 20px 0px #fff9, */
    /* -4px -4px 5px 0px #fff9, */
    7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
    margin-left: 260px;
}

.Mdescription {
    margin-top: 15px;
    border-radius: 10px;
    width: auto;
    /* height: 150px; */
    background-color: #69bdc8;
    /* display: flex;
  flex-direction: column;
  justify-content: center; */
    padding: 20px;
    box-shadow: /* -7px -7px 20px 0px #fff9, */
    /* -4px -4px 5px 0px #fff9, */
    7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
    margin-left: 20px;
}

.description::before {
    z-index: -1;
    position: absolute;
    left: -50px;
    bottom: 0px;
    width: 0;
    height: 0;
    content: " ";
    border-top: 50px solid #5c99a1ab;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.name {
    width: auto;
    height: 50px;
    color: white;
    font-size: 50px;
    margin-bottom: 10px;
    line-height: 40px;
}

.Mname {
    width: auto;
    height: 50px;
    color: white;
    font-size: 50px;
    margin-bottom: 10px;
    line-height: 40px;
    padding-left: 10px;
}

.detail {
    color: white;
    width: auto;
    height: 100px;
}

.Mdetail {
    color: white;
    width: auto;
    display: flex;
    text-align: center;
}