* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

.loading {
    height: 100vh;
    width: 100vw;
    position: fixed;
    inset: 0;
    top: 50%;
    left: 43vw;
    z-index: 10000;

}

.experience{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

#experience-canvas{
    width: 100%;
    height: 100%;
}

.modal {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    padding-bottom: 30px;
    background-color: rgb(255, 238, 242);
    border: 2px solid #fff;
    color: rgb(61, 58, 75);
    background-position: center;
    border-radius: 5px;
}

.modal-wrapper {
    padding: 12px;

}

.modal-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 20px;
}

.hidden {
    display: none !important;
}

.modal-exit-button {
   background: rgb(61, 58, 75);
  border: none;
  color: rgb(255, 238, 242);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  padding: 0;

  display: grid;
  place-items: center;
  margin-right: 25px;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.modal-header {
    display: flex;
    align-items: center;
    margin: 10px 20px;
}

.modal-content {
    margin: 20px;
}

.modal-project-visit-button {
    background-color: rgb(61, 58, 75);
  color: rgb(255, 238, 242);
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  border: none;
  text-align: center;
  transition: .3s;
  margin-bottom: 10px;

}

.modal-project-visit-button:hover {
  background-color: #7a7a75;
}

.modal-project-description {
    font-size: 19px;
}

.openingText {
    font-size: 30px;
    position: absolute;
    top: 30%;
    left: 300px;
    z-index: 100000;
    color: white;
}

.modalImg {
    margin-top: 30px;
    width: 90%;

}

.imgContainer {
    display: flex;
    justify-content: center;

}
