
  l1 {
    font-size: 2rem;
  }
  .slidecontainer {
    width: 100%;
  }

  .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }

  .slider:hover {
    opacity: 1;
  }
  #containermodels {
    height: 50vh;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .list-group-item {
    margin:1rem;
    background:none;
  }
  .image-container {
    position: relative;
    display: inline-block;
    width:120px;
    height:120px;
  }

  .north-button, .south-button, .east-button, .west-button {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 25px;
    background-color: cadetblue;
    opacity: 75%;
  }

  .north-button {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .south-button {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .east-button {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .west-button {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #0000FF;
    cursor: pointer;
  }

  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #0000FF;
    cursor: pointer;
  }
  .letters {
    width:48%;
    display:inline-block;
  }
  .selectMaterial {
    position: absolute;left: 40%;
    top: 1%;

  }
  #nameBox {
      position:absolute;justify-content:center;top:5%;left:35%;background: black;
  }
  p {
      overflow-wrap: anywhere;
  }
  @media (min-width: 720px) and (min-height: 720px) {
    .timediv {
      left:50%;
    } 
  }
  .icon-container {
    display: inline-block;
    position: relative;
  }
  .dot {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 10px;
    height: 10px;
    background-color: orange;
    border-radius: 50%;
  }