* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.container {
  display: flex;
  gap: 12px;
  width: 100%;
  justify-content: center;
}


.container div img{
  width: 400px;
  height: auto;
  border-radius: 10px;
}