.mogra-regular {
    font-family: "Mogra", system-ui;
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: Mogra, Sans-serif;
    color: white;
    font-size: 40px;
    background-color: #1a2e21;
    text-shadow: 0px 10px 5px 10px rgba(0, 0, 0, 0.337);
}

button {
    border-style: none;
    background-color: #1a2e2100;
}

#mainMenu{
    margin-top: 10%;
    text-align: center;
    
}


#mainGame {
    display: none;
    /* margin: 0 30%; */

}
.gameScreen {
    display: flex;
    justify-content: center;
}


#gameArea {
    background-image: url(images/BgBright.webp);
    background-size: contain;
    height: 700px;
    width: 700px;
    text-align: center;
    border: #89552a solid 10px;
    border-radius: 1em;
    box-shadow: 0px 10px 5px 10px rgba(0, 0, 0, 0.337);
}  

#gameOver {
    display: none;
    text-align: center;
    margin-top: 10%;
}

#logo, #start{
    width: 30%;
}

.icon {
    width: 10%;
}

#score {
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
}

#icons {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0.2em auto;
    margin-top: 0.5%;
}

#pot {
    text-align: center;
    height: 700px;
    width: 700px;
    background-image: url(images/Stage0.webp);
    background-size: contain;
}

#animations {
    margin-top: -700px;
    text-align: center;
    height: 700px;
    width: 700px;
    background-image: url(images/WateringAnim.gif);
    background-size: contain;
    display: none;
}

.fruit {
    display: none;
    text-align: center;
    width: 5em;
    height: 5em;
    background-color: purple;
}

#gameText {
    margin: -1.5em 0; 
    text-shadow: 1px 1px 2px black;
}