.styled-image {
  width: 600px;
  height: auto;
  border: 2px solid white;
  margin: 5px;
}

.container {
  display: flex;
  flex-direction: column;
}
