body {
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
    text-align: center;
    background-color: black;
    color: white;
    scrollbar-gutter: stable;
}

.heading {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, black 100%), url(Images/cave.png);
    background-size: cover;
    background-position: center;
    color: white;
    padding-bottom: 250px;
    padding-top: 250px;
    border-radius: 10px;
    animation: cycle-bg 15s infinite;
}


.heading h1 {
  font-size: 70px;
}

.heading a {
  color: white;
}

.heading hr {
  color: white;
  margin-left: 15%;
  margin-right: 15%;
}


table {
    text-align: center;
    align-self: center;
    border-spacing: 15px;
    margin: auto;
    width: 75%;
}

td {
    vertical-align: top;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 350px;
    border-radius: 2%;
    background-color: #383838;
  }


  .card h6 {
    color: gray;
    opacity: 80%;
  }

  .card hr {
    margin-left: 10px;
    margin-right: 10px;
  }
  
  /* On mouse-over, add a deeper shadow */
  .card:hover {
    box-shadow: 0 8px 16px 0 #383838;
  }
  
  /* Add some padding inside the card container */
  .container {
    padding: 2px 16px;
  }
  


.lm_button {
  appearance: button;
  backface-visibility: hidden;
  background-color: white;
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
  /*box-sizing: border-box;*/
  color: black;
  cursor: pointer;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
  font-size: 100%;
  height: 44px;
  line-height: 1.15;
  /*margin: 12px 0 0;*/
  outline: none;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all .2s,box-shadow .08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 150px;
  margin-bottom: 25px;
  font-weight: bold;
}

.h_button {
  appearance: button;
  backface-visibility: hidden;
  background-color: white;
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
  /*box-sizing: border-box;*/
  color: black;
  cursor: pointer;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Ubuntu,sans-serif;
  font-size: 100%;
  height: 44px;
  line-height: 1.15;
  /*margin: 12px 0 0;*/
  outline: none;
  overflow: hidden;
  padding: 0 10px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all .2s,box-shadow .08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 150px;
  margin-bottom: 25px;
  font-weight: bold;
}

.lm_button:disabled {
  cursor: default;
}

.lm_button:focus {
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}

.text_body {
    margin-left: 200px;
    margin-right: 200px;
    list-style-position: inside;
}

.text_body li {
  text-align: center;
}

.question {
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 2%;
  margin-top: 2%;
  outline: 2px solid white;
  border-radius: 10px;
  background-color: #383838;
  padding: 25px;
}

.question ul {
  list-style-type: none;
}

.footer {
   position: bottom;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #686868;
   color: white;
   text-align: center;
}

.mid_ar {
  margin-left: 15%;
  margin-right: 15%;
  color: white;
  font-weight: bold;
}

.mid_ar hr {
  color: white;
}

footer {
  background-color: #626366;
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: center;
}

footer a {
  color: white;
  padding-left: 50px;
  padding-bottom: 50px;
}
