.bitcount-prop-single {
    font-family: "Bitcount Prop Single", system-ui;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings:
      "slnt" 0,
      "CRSV" 0.5,
      "ELSH" 0,
      "ELXP" 0;
}


body{
    background-color: #9ac574;
    background-image: url("menuBg.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100vw;
    overflow: hidden;
    margin: 0px;
}

#achievementScreen {
    position: absolute;
    display: flex;
    visibility: hidden;
    height: 56.25vw;
}

.flag {
    font-family: monospace;
    position: absolute;

    padding: 0px;
    border-spacing: 0px;
    z-index: 5;
}

.achievementBtn {
    display: flex;

    width: 8vw;
    height: 8vw;
    background: none;
    border: none;
    align-items: center;
    justify-content: center;
}

#imageContainer {
    display: flex;
    width: 70vw;
    height: 56.25vw;
}

#textCon {
    display: flex;
    flex-direction: column;
    margin-top: 10vw;
    margin-right: 10vw;
    width: 25vw;
    height: 25vw;

    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 5px solid #779c62;
    background-color: #9ac671;
}

#title {
    width: 50vw;
    position: absolute;
    margin-left: 25vw;
    top: -5vw
}

#achievementsTitle {
    font-family: "Bitcount Prop Single", system-ui;
    font-size: 2vw;
    color:#054A29;
}

#achievementsDescription {
    font-size: 1.5vw;
    color:#054A29;
    font-family: "Bitcount Prop Single", system-ui;
    text-align: center;
}

#displayAchievement {
    width: 10vw;
    height: 10vw;
}

.coloumn {
    width: 20vw;
    height: 56.25vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.achievement {
    width: 8vw;
    height: 8vw;
    transition: 0.5s;
    margin: 2vw;
} 

.achievement:hover {
    width: 10vw;
    height: 10vw;
}

.iconSquare{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10vw;
    height: 10vw;
}

#boardSpace {
    position: relative;
    top: 5.5vw;
    width: 40vw;
    height: 40vw;
    display: flex;
    justify-content: center;

}

#boardDisplay {
    position: absolute;
    width: 100%;
    height: 100%;
  
    display: grid;
    max-height: 40vw;
    z-index: 2;
}


.cell{
    display: flex;
    align-items: center;
    justify-content: center;
    
}

#highlight {
    background-color: antiquewhite;
    z-index: 3;
}

#sidebar {
    position: absolute;
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 5.5vw;
    column-gap: 4vw;
    justify-content: center;
    align-items: center;
    visibility: hidden;
}

#flagSidebar, #timerSidebar{
    display: flex;
    flex-direction: row;
    width: 50vw;
    height: 5.5vw;
    justify-content: right;
    align-items: center;
}

#flagSidebar {
    justify-content: left;
}

#remainingFlagsTxt, #timerTxt {
    font-family: "Bitcount Prop Single", system-ui;
    color:#054A29;
    font-weight: 500;
    font-size: 3vw;
}

#flagImg, #clockImg {
    width: 3.5vw;
    height: 3.5vw;
    margin-top: -0.4vw;
}

.bombNumber {
    font-family: "Bitcount Prop Single", system-ui;
    font-weight: 100;
    position: absolute;
    display: flex;
    font-size: 1.5vw;
    font-weight: bold;


    padding: 0px;
    border-spacing: 0px;
    z-index: 5;
}

#gameButtons {
    visibility: hidden;
    transform: translateY(4vw);
}

.button {
    font-family: "Bitcount Prop Single", system-ui;
    width: 13vw;
    height: 5vw;
    font-size: 2vw;
    background-color: #5BBA6F;
    border: 3px solid #054A29;
    color: #054A29;
    border-radius: 30px;
    transition: background-color 0.3s;
}

.button:hover {
    background-color: #82ed9a;
}

.menuButton {
    width: 13vw;
    height: 5vw;
    font-size: 2vw;
    background-color: #5BBA6F;
    border: 3px solid #054A29;
    color: #054A29;
    border-radius: 30px;
    transition: background-color 0.3s;
    font-family: "Bitcount Prop Single", system-ui;
    z-index: 10;
}

.menuButton:hover {
    background-color: #82ed9a;
}

#achievementsBtn {
    width: 16vw
}

#resetAchievementsBtn {
    position: absolute;
    top: 37vw;
    right: 16.5vw;
    font-size: 1.1vw;
    height: 2.5vw;

}
#displayText {
    position: absolute;
    font-family: "Bitcount Prop Single", system-ui;
    font-size: 5vw;
    width: 30vw;
    text-align: center;
    font-weight: bold;
    color: #054A29;
    top: 23vw;
    left: 35vw;
    z-index: 10;
    border-radius: 20px;
    border: 0px solid #054A2999;
    background: #5BBA6F99; /*99 at the end is for opacity*/
}

#gameButtons {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    flex-direction: rows;
    column-gap: 5%;
    margin-top: 3%;
}

#menuButtons{
    position: absolute;
    top: 0vw;
    display: flex;
    width: 100vw;
    height: 56.25vw;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

#difficultyButtons{
    display: flex;
    width: 100%;
    height: 20%;
    justify-content: center;
    flex-direction: row;
    column-gap: 5%;
    margin-top: 3%;

}

#homeBtn {
    margin: 0px;
    z-index: 5;
}

#musicBtn {
    margin-top: -3vw;
}
#info {
    font-family: "Bitcount Prop Single", system-ui;
    font-weight: 500;
    font-size: 4vw;
    margin-top: 0vw;
    border-radius: 30px;
    width: 50vw;
    height: 5vw;
    margin-top: 3vw;
    text-align: center;
    justify-content: center;
    background-color: #5BBA6F;
    border: 3px solid #054A29;
    color: #054A29;
    
}


#popup {
    position: absolute;
    display: flex;
    flex-direction: column;
    row-gap: 1vw;
    width: 31vw;
    height: 11vw;
    border: 5px solid #779c62;
    background-color: #9ac671;
    border-radius: 53px;
    z-index: 20;
    top: 30vw;
    right: -36vw;
    justify-content: center;
    transform: translateX(0vw);
    transition: transform 0.5s ease-in-out;
}

.popupTxt {
    width: 26vw;
    font-size: 1.5vw;
    color:#054A29;
    font-family: "Bitcount Prop Single", system-ui;
    text-align: center;
}

#popupImgDiv {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 26vw;
}

#popupImg {
    width: 5vw;
    height: 5vw;
}