*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    /* color: lightcoral; */
    text-align: center;
}

@font-face {
    font-family: Adventuring;
    src: url(./fonts/Adventuring.otf);
}

section {
    position: absolute;
}

#splash {
    background-color: #dab171;
    background-image: url(./img/intro_bg.png);
    background-size: cover;
    background-position: top left;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* padding: 50px; */

    position: absolute;
    /* display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center; */
}

.intro_items{
    position: relative;
}

.titles {
    width: 100%;
    height: 40%;
    /* background-color: red; */

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}


#intro_title {
    margin:80px 0px 40px 0;
    visibility: hidden;
}

#intro_subtitle {
    visibility: hidden;
}

#intro_max {
    top: 50px;
    left: 100px;
}

#intro_louis {
    top: -330px;
    left: -390px;
}

#intro_start {
    top: -220px;
    left: 310px;

    cursor: pointer;
    /* visibility: hidden; */
}

#intro_instruct {
    top: -100px;
    left: 37px;

    cursor: pointer;
    visibility: hidden;
}


#splash p {
    font-family: Adventuring;
}

#logo {
    width: 100%;
    height: auto;
}



.display-mobile {
    display: block;
}

.display-desktop {
    display: none;
}

.display-promax {
    display: none;
}

.display-eleven {
    display: none;
}

.display-tablet {
    display: none;
}

.display-tablet-two {
    display: none;
}

.display-tablet-three {
    display: none;
}

.score {
    position: absolute;
    font-family: Adventuring;
    top: 2%;
    /* margin-left: 100px; */
    font-size: 0.7rem;
}

#win-screen {
    z-index: 21;
    width: 100%;
    height: 100%;
    background-color:#140e09;
    visibility: hidden;
    
}

#congrat-title {
    position: absolute;
    color: white;
    z-index: 25;
    font-size: 0.9rem;
    top: 60px;
    /* left: 22px; */
    font-family: Adventuring;
    visibility: hidden;
    
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

#congrat-message {
    position: absolute;
    color: white;
    z-index: 25;
    font-size: 0.45rem;
    top: 90px;
    /* left: 25px; */
    font-family: Adventuring;
    visibility: hidden;

    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

#rwd-desktop {
    position: absolute;
    width: 100%;
    left: 0;
    height: auto;
    z-index: 21;
    top: 100px;
    visibility: hidden;
    
}

#lightbeam {
    position: absolute;
    width: 100%;
    z-index: 23;
    width: 433px;
    top: 0px;
    right: -35px;
    visibility: hidden;
}

#treasure {
    position: absolute;
    z-index: 22;
    width: 230px;
    top: 230px;
    right: 65px;
    height: auto;

    visibility: hidden;
  
}

#return-win {
    position: absolute;
    z-index: 25;
    width: 43px;
    height: auto;
    top: 330px;
    right: 190px;
    visibility: hidden;
}

#play-win {
    position: absolute;
    z-index: 25;
    width: 43px;
    height: auto;
    top: 330px;
    right: 120px;
    visibility: hidden;
}

#maxwell-win {
    position: absolute;
    z-index: 24;
    width: 167px;
    bottom: -5px;
    right: -60px;
    visibility: hidden;
}

#louis-win {
    position: absolute;
    z-index: 24;
    width: 194px;
    bottom: -35px;
    left: -80px;
    visibility: hidden;
}


#transition {
    position: absolute;
    z-index: 20;
    width: 50px;
    height: 50px; 
    border-radius: 25px;
    background-color: #140e09;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    visibility: hidden;
}

main {
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#bgChange {
    background-image: url(./img/intro_mobile.svg);
    background-size: cover;
}


h1{
    font-size: 19px;
    position: absolute;
    top: 76px;
    font-family: Adventuring;
    visibility: hidden;
    position: relative;
}

h3 {
    position: relative;
    top: 75px;
    font-size: 17px;
    font-family: Adventuring;
    /* color: brown; */
    position: relative;
    visibility: hidden;
}

.board {
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    visibility: hidden;
    margin-top: 20px;
    /* width: 10%; */
}

.displayAnswer {
    margin-top: 8%;
    padding: 0px 5px;
}

.letters {
    width: 30px;
    height: 30px;
    padding-top: 50px;
    /* margin-top: 10%; */
    /* padding: 45px 10px 25px 10px;  */
}


.lines {
    width: 80px;
    height: 80px;
    margin-top: -5%;
    position: absolute;
}

.keyPad {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 150px;
    gap: 15px 8px;
    /* padding: 0 0 0 20px; */
    margin: 0 auto;
    margin-top: 40px;
    margin-left: 35px;
    align-items: middle;
}


.keys {
    width: 35px;
    height: 35px;
    cursor: pointer;
    visibility: hidden;
    
}

.buttons {
    display: flex;
    flex-flow: row nowrap;
    justify-content: end;
    align-items: center;
    gap: 40px;
    width: 100%;
    margin-bottom: 30px;
    visibility: hidden;
    /* padding-bottom: 20px; */
}



#btn {
    position: absolute;
    right: 100px;
    bottom: 20px;
    width: 75px;
    height: auto;
    /* border-radius: 75px; */
    /* background-color: peru; */
    /* margin-left: 70%; */
}

#catBtn img {
    position: absolute;
    right: 10px;
    bottom: 40px;
    width: 75px;
    /* width: 75px; */
    height: auto;
}



.category {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap:30px;
    position: relative;
    top: 70px;
    /* width: 40%; */
}

.catStyle {
    width: 125px;
    height: 125px;
    cursor: pointer;
    /* width: 50%; */
    height: 30%;
    margin-top: -10%;
    z-index: 19;
    /* margin-left: 45%; */
}

.maxtext {
    position: absolute;
    left: -8px;
    bottom: -15px;
    width: 80%;
    height: auto;
    visibility: hidden;
}

@media (min-width:375px){

    .display-desktop {
        display: none;
    }

    .display-mobile {
        display: none ;
    }

    .display-promax {
        display: none;
    }

    .display-eleven {
        display: block;
    }

    .display-tablet {
        display: none;
    }
    
    .display-tablet-two {
        display: none;
    }

    .display-tablet-three {
        display: none;
    }

    #congrat-title {
        font-size: 0.9rem;
        /* top: 85px;
        left: 25px ;   */
    }
    
    #congrat-message {
        font-size: 0.4rem;
        /* top: 115px;
        left: 45px; */
    }
    
    #rwd-promax {
        width: 100%;
        left: 0;
        height: auto;
        z-index: 21;
        top: 100px;
    }
    
    #lightbeam {
        z-index: 23;
        width: 533px;
        top: -5px;
        right: -75px;
    }
    
    #treasure {
        width: 311px;
        top: 310px;
        right: 35px;
        height: auto;
    }
    
    #return-win {
        width: 60px;
        height: auto;
        top: 430px;
        right: 210px;
    }
    
    #play-win {
        width: 60px;
        height: auto;
        top: 430px;
        right: 120px;
    }
    
    #maxwell-win {
        width: 217px;
        bottom: -15px;
        right: -90px;
    }
    
    #louis-win {
        width: 251px;
        bottom: -48px;
        left: -110px;
    }

    h1 {
        top: 80px;
        margin: 0 auto;
        width: 60%;
    }

    h3 {
        top: 85px;
    }

    .board {
        margin-top: 50px;
    }

    #bgChange {
        background-image: url(./img/intro-mobile-11.svg);
        background-size: cover;
    }

    .category {
        top: 370px;
    }

    .keyPad {
        position: absolute;
        top: 270px;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(4, 1fr);
        width: 250px;
        gap: 15px 8px;
        /* padding: 0 0 0 20px; */
        margin: 0 auto;
        margin-top: 40px;
        margin-left: 42px;
    }
}

@media (min-width:384px){

    .display-desktop {
        display: none;
    }

    .display-mobile {
        display: none ;
    }

    .display-promax {
        display: block;
    }

    .display-eleven {
        display: none;
    }

    .display-tablet {
        display: none;
    }
    
    .display-tablet-two {
        display: none;
    }

    .display-tablet-three {
        display: none;
    }

    .displayAnswer {
        margin-top: 20px;
    }

    #congrat-title {
        font-size: 0.9rem;
        /* top: 80px;
        left: 35px ; */
    }
    
    #congrat-message {
        font-size: 0.45rem;
        /* top: 120px;
        left: 40px; */
    }

    h1 {
        top: 80px;
        margin: 0 auto;
        width: 60%;
        margin-left: 90px;
    }

    h3 {
        top: 85px;
        margin-left: 10px;
    }

    .board {
        margin-top: 50px;
        margin-left: 5px;
    }

    #bgChange {
        background-image: url(./img/intro-mobile-11.svg);
        background-size: cover;
    }

    .category {
        top: 370px;
    }

    .keyPad {
        position: absolute;
        top: 270px;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(4, 1fr);
        width: 250px;
        gap: 15px 8px;
        /* padding: 0 0 0 20px; */
        margin: 0 auto;
        margin-top: 40px;
        margin-left: 48px;
    }
}

@media (min-width:412px){

    .display-desktop {
        display: none;
    }

    .display-mobile {
        display: none;
    }

    .display-promax {
        display: block;
    }

    .display-eleven {
        display: none;
    }

    .display-tablet {
        display: none;
    }
    
    .display-tablet-two {
        display: none;
    }

    .display-tablet-three {
        display: none;
    }

    #congrat-title {
        font-size: 1rem;
        /* top: 80px;
        left: 28px ;   */
    }
    
    #congrat-message {
        font-size: 0.45rem;
        top: 105px;
        /* left: 50px; */
    }
    
    #rwd-desktop {
        width: 100%;
        left: 0;
        height: auto;
        z-index: 21;
        top: 100px;
    }
    
    #lightbeam {
        z-index: 23;
        width: 533px;
        top: -20px;
        right: -60px;
    }
    
    #treasure {
        width: 322px;
        top: 330px;
        right: 45px;
        height: auto;
    }
    
    #return-win {
        width: 60px;
        height: auto;
        top: 460px;
        right: 220px;
    }
    
    #play-win {
        width: 60px;
        height: auto;
        top: 460px;
        right: 130px;
    }
    
    #maxwell-win {
        width: 243px;
        bottom: -28px;
        right: -100px;
    }
    
    #louis-win {
        width: 273px;
        bottom: -58px;
        left: -120px;
    }

    .category {
        top: 400px;
    }

    .keyPad {
        position: absolute;
        top: 270px;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(4, 1fr);
        width: 250px;
        gap: 15px 8px;
        /* padding: 0 0 0 20px; */
        margin: 0 auto;
        margin-top: 40px;
        margin-left: 40px;
    }

    .keys {
        width: 42px;
        height: 42px;
    }
}

@media (min-width: 427px){

    .display-desktop {
        display: none;
    }

    .display-mobile {
        display: none;
    }

    .display-promax {
        display: block;
    }

    .display-eleven {
        display: none;
    }

    .display-tablet {
        display: none;
    }
    
    .display-tablet-two {
        display: none;
    }

    .display-tablet-three {
        display: none;
    }

    #congrat-title {
        font-size: 1rem;
        /* top: 60px;
        left: 40px ; */
       
    }
    
    #congrat-message {
        font-size: 0.45rem;
        /* top: 95px;
        left: 58px; */
    }
    
    #rwd-desktop {
        width: 100%;
        left: 0;
        height: auto;
        z-index: 21;
        top: 100px;
    }
    
    #lightbeam {
        z-index: 23;
        width: 633px;
        top: -120px;
        right: -90px;
       
    }
    
    #treasure {
        width: 322px;
        top: 330px;
        right: 55px;
        height: auto;
    }
    
    #return-win {
        width: 60px;
        height: auto;
        top: 450px;
        right: 230px;
    }
    
    #play-win {
        width: 60px;
        height: auto;
        top: 450px;
        right: 140px;
    }
    
    #maxwell-win {
        width: 253px;
        bottom: -25px;
        right: -100px;
    }
    
    #louis-win {
        width: 293px;
        bottom: -58px;
        left: -120px;
    }

    .displayAnswer {
        padding: 0px 8px;
        margin-top: 50px;
    }

    
    h1 {
        top: 80px;
        margin: 0 auto;
        width: 60%;
        margin-left: 100px;
        font-size: 0.8rem;
    }

    h3 {
        top: 85px;
        margin-left: 20px;
        font-size: 0.7rem;
    }

    .board {
        margin-top: 50px;
        margin-left: 10px;
    }

    #bgChange {
        background-image: url(./img/intro-mobile-11.svg);
        background-size: cover;
    }

    .category {
        top: 420px;
    }

    .keyPad {
        position: absolute;
        top: 270px;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(4, 1fr);
        width: 270px;
        gap: 20px 10px;
        /* padding: 0 0 0 20px; */
        margin: 0 auto;
        margin-top: 60px;
        margin-left: 42px;
    }

    #btn {
        /* right: 170px; */
        width: 75px;
        height: auto;
        /* border-radius: 75px; */
        /* background-color: peru; */
        /* margin-left: 70%; */
    }

    #catBtn img {
        width: 75px;
        /* right: 40px; */
        height: auto;
    }
}

@media (min-width: 601px) {
    .display-desktop {
        display: none;
    }

    .display-mobile {
        display: none;
    }

    .display-promax {
        display: none;
    }

    .display-eleven {
        display: none;
    }

    .display-tablet {
        display: block;
    }
    
    .display-tablet-two {
        display: none;
    }

    .display-tablet-three {
        display: none;
    }

    .displayAnswer {
        padding: 0px 8px;
        margin-top: 45px;
    }

    #logo {
        width: 85%;
    }

    .letters {
        width: 48px;
        height: 48px;
        /* margin-top: 60%; */
        padding: 45px 10px 15px 10px; 
    }

    .score {
        font-size: 1.1rem;
        top: 1%;
    }

    #congrat-title {
        font-size: 1.3rem;
        /* top: 60px;
        left: 40px ; */
       
    }
    
    #congrat-message {
        font-size: 0.60rem;
        top: 115px;
        /* left: 58px; */
    }
    
    #rwd-desktop {
        width: 100%;
        left: 0;
        height: auto;
        z-index: 21;
        top: 100px;
    }
    
    #lightbeam {
        z-index: 23;
        width: 633px;
        top: -10px;
        right: -10px;
       
    }
    
    #treasure {
        width: 378px;
        top: 340px;
        right: 120px;
        height: auto;
    }
    
    #return-win {
        width: 70px;
        height: auto;
        top: 510px;
        right: 325px;
    }
    
    #play-win {
        width: 73px;
        height: auto;
        top: 510px;
        right: 220px;
    }
    
    #maxwell-win {
        width: 264px;
        bottom: -25px;
        right: -100px;
    }
    
    #louis-win {
        width: 298px;
        bottom: -58px;
        left: -120px;
    }
    
    h1 {
        margin-left: 140px;
        font-size: 1.1rem;
    }

    h3 {
        margin-left: 40px;
        margin-top: 10px;
        font-size: 0.7rem;
    }

    #bgChange {
        background-image: url(./img/intro_tablet.svg);
        background-size: cover;
    }

    .keyPad {
        position: absolute;
        top: 300px;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(2, 1fr);
        width: 100%;
        gap: 10px 10px;
        padding-right:80px;
        padding-left: 1px;
        /* margin: 0 auto; */
        margin-top: 100px;
        /* gap: 50px 5px;
        grid-template-columns: repeat(autofit, minmax(150px, 1fr));
        margin:10% 10% 0 0;
        padding-bottom: 20px;
        width: 80%; */
    }

    .keys {
        width: 60px;
        height: 60px;
    }

    .category {
        width: 70%;
        top: 400px;
    }

    .catStyle {
        width: 160px;
        height: auto;
        margin-left: 35%;
        margin-right: -10%;
        /* margin-top: 30%; */
    }

    .maxtext {
        position: absolute;
        width: 65%;
        top: 820px;
        left: -10px;
        opacity: 0;
    }

    #btn {
        right: 150px;
        width: 95px;
        height: auto;
    }

    #catBtn img {
        width: 95px;
        right: 30px;
        height: auto;
    }
    
}

@media (min-width: 768px) {
    .display-desktop {
        display: none;
    }

    .display-mobile {
        display: none;
    }

    .display-promax {
        display: none;
    }

    .display-eleven {
        display: none;
    }

    .display-tablet {
        display: none;
    }
    
    .display-tablet-two {
        display: block;
    }

    .display-tablet-three {
        display: none;
    }

    .displayAnswer {
       margin-top: 50px;
    }

    #logo {
        width: 70%;
    }

    #congrat-title {        
       font-size: 1.8rem;
    }
    
    #congrat-message {
        top: 150px;
        font-size: 0.9rem;
        padding: 0px 10px;
    }
    
    #rwd-desktop {
        left: 0;
        height: auto;
        top: 100px;
    }
    
    #lightbeam {
        width: 682px;
        top: 0px;
        right: 55px;
    }
    
    #treasure {
        width: 378px;
        top: 400px;
        right: 205px;
        height: auto;
      
    }
    
    #return-win {
        width: 68px;
        height: auto;
        top: 580px;
        right: 420px;
      
    }
    
    #play-win {
        width: 68px;
        height: auto;
        top: 580px;
        right: 300px;
    }
    
    #maxwell-win {
        width: 264px;
        bottom: -10px;
        right: -50px;

    }
    
    #louis-win {
        width: 298px;
        bottom: -55px;
        left: -60px;
    }
    
    h1 {
        margin-left: 175px;
        margin-right: 0px;
        font-size: 1.1rem;
    }

    h3 {
        margin-left: 40px;
        margin-top: 10px;
        font-size: 0.8rem;
    }

    #bgChange {
        background-image: url(./img/intro_tablet.svg);
        background-size: cover;
    }

    .keyPad {
        position: absolute;
        top: 300px;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: repeat(2, 1fr);
        width: 100%;
        gap: 10px 10px;
        padding-right:80px;
        padding-left: 1px;
        margin-top: 130px;

        margin-left: 60px;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
    }

    .keys {
        width: 60px;
        height: 60px;
    }

    .category {
        width: 70%;
        top: 460px;
    }

    .catStyle {
        width: 160px;
        height: auto;
        margin-left: 35%;
        margin-right: -10%;
        /* margin-top: 30%; */
    }

    .maxtext {
        position: absolute;
        width: 65%;
        top: 840px;
        left: -10px;
        opacity: 0;
    }

    #btn {
        right: 170px;
        width: 95px;
        height: auto;
    }

    #catBtn img {
        width: 95px;
        right: 40px;
        height: auto;
    }

    .displayAnswer {
        padding: 0px 8px;
        margin-top: 10px;
    }

    .letters {
        width: 70px;
        height: 70px;
        margin-top: 60%;
        padding: 45px 10px 25px 10px; 
    }
    
}

@media (min-width:810px) {
    .display-tablet {
        display: none;
    }
    
    .display-tablet-two {
        display: none;
    }

    .display-tablet-three {
        display: block;
    }

    #treasure {
        width: 430px;
        right: 190px;
    }

    #lightbeam {
        right: 70px;
    }

    #return-win {
        width: 77px;
        height: auto;
        top: 585px;
        right: 425px;
      
    }
    
    #play-win {
        width: 77px;
        height: auto;
        top: 590px;
        right: 305px;
    }
    
    #maxwell-win {
        width: 280px;
        bottom: -10px;
        right: -50px;

    }
    
    #louis-win {
        width: 318px;
        bottom: -55px;
        left: -60px;
    }

    .maxtext {
        
        width: 65%;
        top: 870px;
        left: -30px;
        opacity: 0;
    }

    .category {
        top: 520px;
    }
}

@media (min-width:1023px) {

    body {
        background-color: black;
    }

    main {
        width: 1024px;
        height: 768px;
        left: 50%;
        transform: translate(-50%);
    }
    
    .display-desktop {
        display: block;
    }

    .display-mobile {
        display: none;
    }

    .display-promax {
        display: none;
    }

    .display-eleven {
        display: none;
    }

    .display-tablet {
        display: none;
    }
    
    .display-tablet-two {
        display: none;
    }

    .display-tablet-three {
        display: none;
    }

    #logo {
        width: 55%;
    }

    section #splash {
        z-index: 20;
        width: 100%;
        height: 768px;
        background-color: white;
        opacity: 0.6;
    }
    
    #win-screen {
        z-index: 21;
        width: 100%;
        height: 100%;
        /* visibility: hidden; */
    }

    #congrat-title {
        font-size: 2.3rem;
        /* margin-top: 40px; */
        top: 20px;
        /* left: 120px; */
    }
    
    #congrat-message {
        font-size: 0.9rem;
        /* left: 220px; */
        top: 110px;
    }

    #lightbeam {
        top: -150px;
        width: 682px;
        right: 180px;
    }

    #treasure {
        width: 404px;
        height: auto;
        top: 163px;
        right: 310px;
    }

    #return-win {
        top: 385px;
        right: 530px;
        width: 80px;
        transform: rotate(-20deg);
        cursor: pointer;
    }

    #play-win {
        top: 385px;
        right: 410px;
        width: 80px;
        transform: rotate(5deg);
        cursor: pointer;
    }

    #maxwell-win {
        width: 331px;
        height: auto;
        bottom: -70px;
        right: -100px;
    }

    #louis-win {
        width: 380px;
        height: auto;
        bottom: -90px;
        left: -80px;
    }
   
    
    .buttons {
        display: flex;
        flex-flow: row nowrap;
        justify-content: end;
        align-items: center;
        gap: 40px;
        width: 100%;
        margin-bottom: 30px;
        visibility: hidden;
        /* padding-bottom: 20px; */
    }

    #btn {
        right: 170px;
        width: 95px;
        height: auto;
        /* border-radius: 75px; */
        /* background-color: peru; */
        /* margin-left: 70%; */
    }

    #catBtn img {
        width: 95px;
        right: 40px;
        height: auto;
    }


    #bgChange {
        background-image: url(./img/intro_desktop.svg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .catStyle {
        width: 179px;
        height: 179px;
        cursor: pointer;
        height: 30%;
    }

    .category {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        width: 70%;
        gap: 0px;
        top: 320px;
    }


    .keyPad {
        display: grid;
        grid-template-columns: repeat(13, 1fr);
        grid-template-rows: repeat(2, 1fr);
        width: 100%;
        gap: 10px 10px;
        padding-right:80px;
        padding-left: 60px;
        margin: 0 auto;
        margin-top: 80px;
    }

    h1 {
        font-size: 1rem;
        top: 30px;
        left: 18px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    h3 {
        font-size: 1rem;
        top: 35px;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .letters {
        width: 100px;
        height: 100px;
        margin-top: 60%;
        padding: 45px 10px 25px 10px; 
    }

    .letters img {
        width: 80%;
    }

    .keys {
        width: 60px;
        height: 60px;
        cursor: pointer;
        visibility: hidden;
    }

    .maxtext {
        position: absolute;
        width: 50%;
        top:585px;
        left: -10px;
        opacity: 0;
    }

    .maxtext-two {
        position: absolute;
        width: 50%;
        top:585px;
        left: -10px;
        opacity: 0;
    }

    .buttons {
        display: flex;
        flex-flow: row nowrap;
        justify-content: end;
        gap: 40px;
        width: 95%;
        visibility: hidden;
        /* padding-bottom: 20px; */
    }

    .board {
        align-items: center;
        /* margin-top: 20px; */
    }


    .displayAnswer {
        padding: 0px 2px;
        margin-top: -70px;
    }

    .line img {
        width: 70px;
    }

    .btnStyle {
        cursor: pointer;
    }

    .score {
        font-family: Adventuring;
        top: 90%;
        /* margin-left: 100px; */
        font-size: 1.3rem;
    }
    
}