body{
margin: 0 0;
}
li{
list-style: none;
}
a{
color: #2f2f2f2;
}
.header{
width: 800px;
height: 700px;
margin: auto;
background-image: url(../imgs/
bad05655461f4b3323390cc6559b430.jpg);
background-size: 100% 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.left{
width: 40%;
height: 100%;
}
.left img{
width: 180px;
height: 180px;
margin: 90px;
border-radius: 50%;
}
.left li{
color: #2f2f2f;
font-size: 18px;
font-weight: 600;
line-height: 50px;
margin-left: 90px;
}
.right{
width: 58%;
height: 100%;
}
.right div{
margin-top: 80px;
}
.right li{
color: #2f2f2f;
font-size: 18px;
font-weight: 600;
line-height: 50px;
margin-left: 30px;
}