*{
  margin: 0;
  padding: 0;
  font-family: sans-serif, arial;
  box-sizing: border-box;
}

nav{
  background: yellow;
  color: black;
}

nav ul{
  display: flex;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

nav ul li{
  margin: 20px;
  cursor: pointer;
}

.list{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
}

.cont{
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 90vh;
}

.left-cont{
  margin: 10px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.right-cont{
  margin-top: 5px;
}

.right-cont img{

  width: 500px;
}