body{
    display: flex;
    align-items: center;
gap: 80px;
}
.item{
    
display: flex;
  flex-direction: column; 
  align-items: center; 
}
h1{
    font-family: Courier New;
text-align: left;
}
img{
    width: 500px;
  height: 400px;
  margin: 60px 0 0 20px ;
}

.text{
 font-weight: lighter;
    font-family: Courier New;
width: 40rem;
}