html,
body {
    font-size: 100%;
    background: #FFf;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    min-width: 1900px;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

* {
    margin: 0;
    padding: 0;
}
.container{
    width: 100%;
    display: flex;
    position: relative;
}
.container .left{
    width: 15%;
    padding-top: 60px;
    background-color: #212121;
}
.container .left .leftBox{
    width: 15%;
    position: fixed;
    top: 60px;
    left: 0;
}
.container .left .leftBox .leftText1{
    margin: 0 15%;
    font-size: 30px;
    font-weight: bold;
    color: white;
    font-family: 'PT Sans', sans-serif;
}
.container .left .leftBox .leftText2{
    margin: 0 15%;
    margin-top: 70px;
    font-size: 16px;
    color: white;
    font-weight: bold;
}
.container .left .leftBox .leftText2 a{
    text-decoration: none;
    font-size: 16px;
    color: white;
    font-weight: bold;
}
.container .left .leftBox .leftText3{
    margin: 0 15%;
    margin-top: 20px;
    font-size: 16px;
    color: white;
    font-weight: bold;
}
.container .left .leftBox .leftText3 a{ 
    text-decoration: none;
    font-size: 16px;
    color: white;
    font-weight: bold;
}
.container .left .leftBox .leftText4{
    margin: 0 15%;
    margin-top: 20px;
    font-size: 16px;
    color: #ec5da1;
    font-weight: bold;
}

.container .left .leftBox .leftText2 a:hover{
    color: #ec5da1;
    cursor: pointer;
}
.container .left .leftBox .leftText3 a:hover{
    color: #ec5da1;
    cursor: pointer;
}
.container .left .leftBox .leftText4:hover{
    color: #ec5da1;
    cursor: pointer;
}

.container .right{
    width: 85%;
    padding-top: 60px;
    padding-bottom: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container .right .rightBox666 .teamText1{
    font-size: 38px;
    font-weight: bold;
    color: #751e45;
    font-family: 'PT Sans', sans-serif;
}
.container .right .rightBox666 .teamText2{
    margin-top: 85px;
    color: rgba(33, 33, 33, 1);
    font-size: 30px;
    font-weight: bold;
}
.container .right .rightBox666 .teamText3{
    margin-top: 35px;
    color: rgba(33, 33, 33, 1);
    font-family: Merriweather, serif;
    font-size: 20px;
    font-weight: 400;
}
.container .right .rightBox666 .img4{
    margin-top: 65px;
    width: 550px;
    height: 310px;
}
.container .right .rightBox666 .teamImg{
    margin-top: 45px;
}
.container .right .rightBox666 .teamImg .img5{
    width: 550px;
    height: 310px;
}
.container .right .teamText4{
    margin-top: 50px;
    color: rgba(33, 33, 33, 1);
    font-family: Merriweather, serif;
    font-size: 20px;
    font-weight: 400;
}