* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

.container {
  display: flex;
  align-items: center;
}

.images-container {
  flex: 1;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  height: 850px;
}

.images-container img {
  display: block;
  position: absolute;
}

.top-socket {
  right: 80px;
  opacity: 0.7;
  top: 574px;
  transform: rotate(-2deg);
}

.bottom-socket {
  top: 674px;
  right: 89px;
}

.options-container {
  display: flex;
  max-width: 400px;
  width: 100%;
  /* align-items: center; */
  justify-content: space-between;
  flex-direction: column;
  padding: 10px;
}

.options-container div {
  border: 1px solid rgb(226, 226, 226);
  margin-top: 30px;
  padding: 20px;
  border-radius: 5px;
}

.options-container input {
  cursor: pointer;
}

svg {
  position: relative;
  z-index: 99;
  max-width: 600px;
  max-height: 800px;
  width: 100%;
  height: 100%;
}
