body{
    background-color: oklch(46% .06 315);
}

#image-container img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
  }