#rotate_picture {
    width: 50%;
    user-select: none;
  }
#glass_picture {
    width: 100%;
    max-height: 80%;
  }
input {
    margin-bottom: 160px;
}
.container {
    position: relative;
  }
  
  .container img:first-child {
    display: block;
    margin: auto;
  }
  
  .container img:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -5%);
  }
#range{
    width: 70%;
    background-color: rgb(162, 204, 162);
    border-color: rgb(140, 182, 201);
    border-width: 2px;
    border-radius: 10px;
    border-style: solid;
    -webkit-appearance: none;
}