body{
    background-image: url("../../i/inside.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.rightclickmenu {
    height: 16px;
    width: auto;
    padding-right: 5px;
    margin-right: 5px;
}
.context-menu {
    position: absolute;
    display: none;
    background-color: rgba(63, 63, 63, 0.7);
    border: 1px solid gray;
    padding: 10px;
    width: 270px;
    height :auto;
    color: white;
    border-radius: 10px;
  }

  .context-menu__options {
    list-style: none;
    margin: 0;
    padding: 3px;
    font-size: 16px;
  }

  .context-menu__option {
    cursor: pointer;
    padding: 5px;
  }

  .context-menu__option:hover {
    background-color: rgb(116, 116, 116);
  }
  #context-menu2 {
    position: absolute;
    background-color: white;
    box-shadow: 2px 2px 2px gray;
    padding: 10px;
    border-radius: 5px;
  }