body {
    background-color:black;
    color: white;
    height: 100vh;
    margin: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

#container {
    height: 100%;
    margin: 5rem
}

.modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 1rem;
    bottom: 0;
    right:0 ;
    left: 2rem;
    z-index: 1;
    background: black;
}

#modal-graph{
    display: none
}

.modal-container{
    height: 57vh;
    line-height: 1.5;
}

.button-close{
    cursor: pointer;
}

.button-close:hover{
    opacity: 0.5;
}

.modal-title{
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

#modal-about{
    display: none;
    background: black;
    border: 2px solid white;
    z-index: 99999;
    min-height: 83%;
    max-height: 83%;
    max-width: 50%;
    min-width: 50%;
    position: fixed; 
    top: 8%;
    left: 5%;
    padding: 1rem;
    border-radius: 3px;
    overflow: auto;
}

#button-about{
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 999;
    cursor: pointer;
}

#graph {
    width: 100vw;
    height: 100vh;
}

#restart {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 3;
    display: none; 
}

.footer {
    position: fixed;
    top: 1rem;
    right: 2rem;
    height: 75px;
    border-radius: 360px;
    padding-left: 50vw;
    padding-right: 2rem;
    background-color: black;
    COLOR: white;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none !important;
    opacity: 0;
    transition: opacity 0.5s linear;
    z-index: 2;
}

.footer:hover {
    opacity: 1;
    transition: opacity 0.5s linear;
}

.footer:active {
    opacity: 0.8;
}

.world_q1 {
    font-size: 100px;
    color: black !important;
}

.world_q9 {
    font-size: 100px;
}

.believe_q3 {
    font-size: 100px;
}

.control_q1 {
    font-size: 100px;
}

.tools_q1 {
    font-size: 150px;
    font-weight: 800;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

/* keyword styles */

.keyword {
    font-weight: bolder;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    color: transparent;
    text-shadow: 0 0 15px #ADADB2; 
}

.keyword:hover {
    color: white
}

.q1 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

.q2 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

.q3 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

.q4 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

.q5 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

.q6 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

.q7 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

.q8 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

.q9 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

.q10 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

.q11 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

.q12 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

.q13 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

.q14 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}  

.q15 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

.q16 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

.q17 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

.q18 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

.q19 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

.q20 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;  
}

.q21 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q22 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q23 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q24 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q25 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q26 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q27 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q28 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q29 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q30 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q31 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q32 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q33 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q34 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q35 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q36 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q37 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q38 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q39 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q40 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q41 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q42 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q43 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q44 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q45 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q46 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q47 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}

.q48 {
    font-weight: bold;
    font-size: 110px;
    color: transparent;
    text-shadow: 0 0 10px #ADADB2;
}