* {
  box-sizing: border-box;
}

body {
  margin: 0;
  /* font-family: Arial; */
  font-size: 17px;
  overflow-y: scroll;
}

.tapMe {
  position: fixed;
  width: 100%;
  font-family: serif;
  z-index: 10;
  color: red;
  /* bottom: 10%; */
  top: 50%;
  left: 30%;
  font-size: 50px;
}

.content,
.takeYourTime {
  font-family: serif;
  position: fixed;
  bottom: 0;
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.85);
}

/* .takeYourTime {
    top: 50px;
    position:relative;
    background: rgba(0, 0, 0, 0.8); 
    color: #dbdbdb;
    
  } */

.buttonClass,
.buttonPlayer {
  width: 100px;
  /* height:100px; */
  font-size: 13px;
  padding: 10px;
  border: none;
  background: #cfcfcf;
  color: #791111;
  font-weight: 700;
  cursor: pointer;
  z-index: 10;
}

.buttonClass:hover {
  background: #ddd;
  color: black;
  z-index: 10;
}

.buttonPlayer {
  width: 60px;
  /* background: rgb(89, 84, 84); */
  border-radius: 7px;
  margin-left: 50%;
  margin-right: auto;
}

.videoFader {
  position: fixed;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0);
  z-index: 2;
}

.message {
  background-color: #c87517;
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
  color: #791111;
  display: flex;
  font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.75rem;
  padding: 0.75rem 1.65rem;
  position: relative;
  text-align: center;
  text-decoration: none #000000 solid;
  text-decoration-thickness: auto;
  width: 100%;
  max-width: 460px;
  position: relative;
  cursor: pointer;
  transform: rotate(-2deg);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.message:focus {
  outline: 0;
}

.message:after {
  content: "";
  position: absolute;
  border: 1px solid #000000;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}

.message:hover:after {
  bottom: 2px;
  left: 2px;
}

@media (min-width: 768px) {
  .message {
    padding: 0.75rem 3rem;
    font-size: 1.25rem;
  }
}

/* backdrop-filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); */

.treasureTitle {
  font-family: serif;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.3em;
  /* margin-right: -0.5em; */
  color: #682a2a;
  /* width: 90vw; */
  max-width: 1200px;
  text-shadow: 0px 0px rgb(85, 17, 17);
  margin-bottom: 10px;
  margin-right: 5%;
}

hr {
  margin-right: 5%;
}

.treasureText {
  font-family: serif;
  margin-right: 5%;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
  color: #682a2a;
  max-width: 1200px;
  text-shadow: 0px 0px rgb(85, 17, 17);
  margin-bottom: 30px;
}
