
html {

}
  
body {
    padding: 0;
    margin: 0;
    color: black;
    font-family:"Mukta", Arial, Helvetica, sans-serif;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#holder {
    display: flex;
    justify-content: center;
    align-items: center;
    /* overflow-x: hidden;
    width: 100vw;
    height: 100vh; */
}

#page {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

.btn-black {
    background-color: black;
    color: white;
}

.btn-black:hover {
    background-color: #cc0000 !important;
    color: white;
}

.text-primary {
    color: #cc0000 !important;
}

.btn-primary {
    color: white;
    background-color: #cc0000;
    border: transparent;
}

.text-success {
    color: #0b8600 !important;
}

.btn-success {
    color: white;
    background-color: #0b8600;
    border: transparent;
    cursor: none;
    pointer-events: none;
}

.text-danger {
    color: #cc0000 !important;
}

.d-disabled {
    cursor: none;
    color: #333;
    background-color: #666;
    border: transparent;
    pointer-events: none;
}

.next-disabled {
    cursor: none;
    color: #666;
    pointer-events: none;
}



.btn {
    border-radius: 0;
}

.btn-grid {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px;
    margin: 20px 0;
  }

  @font-face{ 
    font-family: 'Blackout-Midnight';
    src: url('/webfonts/blackout_midnight-webfont.eot');
    src: url('/ebfonts/blackout_midnight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/webfonts/blackout_midnight-webfont.woff') format('woff'),
         url('/webfonts/blackout_midnight-webfont.ttf') format('truetype'),
         url('/webfonts/blackout_midnight-webfont.svg#webfont') format('svg');
}

.midnight {
    font-family: 'Blackout-Midnight';
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Blackout-Midnight';
}

h1, .h1 {
    font-size: 3rem;
}

.bigFont {
    font-size: 5rem;
}

#eyebrow {
    margin-bottom: -3px;
    border-bottom: 5px solid black;
    margin-bottom: 3rem;
}

/* .r-5 {
    transform: rotate(5deg);
    margin-top: 1rem;
} */

.big-border {
    border: 5px solid black;
}


.box {
    display: block;
    width: 75px;
    height: 75px;
    background-color: black;
  }

#answer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(000, 000, 000, .8);
    opacity: 0;
    z-index: 2000;
    color:white;
}

#details {
    opacity: 0;
}

#start-btn {
    /* position: absolute;
    right: 0;
    bottom: 0; */
    cursor: pointer;
}

#start-inner {
    line-height: 1;
    font-size: 2rem;
    /* transform: rotate(90deg); */
}

#start-arrow {
    line-height: 1;
    font-size: 2rem;
}

#start-btn:hover {
    color: #cc0000;
}

#next-btn {
    cursor: pointer;
}

#next-inner {
    font-size: 1.5rem;
    text-align: right;
    padding-right: 1rem;
}

#next-arrow {
    line-height: 1;
    font-size: 4rem;
}



#image-holder {
    overflow: hidden;
}

#theX {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2100;
    opacity: 0;
    scale: 8;
}

#results {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 3000;
    display: flex;
    width: 95vw;
    height: 95vh;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}