.contect{
 display: flex;
 justify-content: center;
 align-items: center;
 height: 48vw;
 width: 100vw;
 background-image: url('assets/left2bg.jpg');
}
.contect ul li{
color: white;
font-size: 1em;
font-weight: bolder;
list-style: none;
margin: 10px;
}