body, html {
    width: 100%;
margin: 1rem;
background: rgba(0, 0, 0, 1);
   overflow: hidden;
   font-family: 'Courier New', Courier, monospace;
}
video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    max-height: 95%;
z-index: -1;
}
main {
    position: fixed;
    max-height: 100%;
    min-width: 50%;
    bottom: 2em;
    background: rgba(0, 0, 0, 0);
    width: 100;
    padding: 1em;
}
h1, h2, h3, p {
    color: #fff;
}

.headers {
    position: fixed;
  right: 30%;
   left: 30%;
    background: rgba(0, 0, 0, 0);
   text-align: center;
}

.button-container {
    display: flex;
    flex-direction: row;
    gap: 40em;
justify-content: center;
align-items: center;
padding: 20px;
max-height: 25%;


}

.left-container {

display: flex;
flex-direction: column;
max-height: 50%;
width: 25%;
text-align: center;
}
.left-container p {
    font-size: 13px;
}

.middle-container {
  display: flex;
  gap: 1em;
 
  justify-content: center;
}


button {
    font-family: 'Courier New', Courier, monospace;
align-items: center;
    color: #fff;
   font-size: 16px;
   padding: 10px;
   appearance: none;
   background-color: #FCFCFD;
   border-radius: 4px;
   border-width: 0;
   box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
   box-sizing: border-box;
   color: #36395A;
   cursor: pointer;
   display: inline-flex;
   height: 48px;
   justify-content: center;
   line-height: 1;
   list-style: none;
   overflow: hidden;
   padding-left: 16px;
   padding-right: 16px;
   position: relative;
   text-align: left;
   text-decoration: none;
   transition: box-shadow .15s,transform .15s;
   user-select: none;
   -webkit-user-select: none;
   touch-action: manipulation;
   white-space: nowrap;
   will-change: box-shadow,transform;
   font-size: 18px;
}

 button:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    transform: translateY(-2px);
 }


  
  button:focus {
    box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  }

  button:active {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
  }
  