.mainMenuButton {
    background-color: #222222;
    height: 6vw;
    width: 16vw;
    border: 0;
    color: whitesmoke;
    font-family: Impact;
    border-radius: 1vw;
    letter-spacing: 0.11vw;
    font-size: 2vw;
    margin-top: 0.5vw;
    margin-left: 0.5vw;
    margin-bottom: 0.5vw;
    transition: transform 0.3s ease-in-out;
}

.mainMenuButton:hover {
    transform: translateX(1vw) scale(1.1);
    box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.2);
    cursor: grab;
}

.mainMenu {
    display: flex;
    flex-direction: column;
    margin-right: 75vw;
    border-radius: 1vw;
}

.gameLogoText {
    margin-top: 1.5vw;
    margin-left: 1.5vw;
    margin-bottom: 3vw;
    letter-spacing: 0.11vw;
    font-size: 3vw;
    color: whitesmoke;
    font-family: Impact;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.privacyPolicyLink {
    margin-left: 0.5vw;
    color: whitesmoke;
    font-family: Impact;
    letter-spacing: 0.11vw;
    font-size: 1.33vw;
    margin-right: 50%;
}

.privacyPolicyLink:hover {
    color: yellow;
}

.mainMenuImg {
    float: right;
    height: 35vw;
    margin-left: 50%;
    margin-top: -35%;
    margin-right: 10%;
}

.gameLogoText2 {
    color: whitesmoke;
    background-color: #222222;
    font-size: 3vw;
    font-family: Impact;
    margin-left: 35vw;
    margin-right: 35vw;
    text-align: center;
    padding: 1vw;
    margin-top: -5vw;
    border-radius: 1vw;
}

.backToHomeLink {
    color: whitesmoke;
    background-color: #222222;
    font-size: 2vw;
    font-family: Impact;
    margin-left: 1vw;
    text-align: center;
    padding: 0.3vw;
    margin-top: 1vw;
    border-radius: 0.3vw;
    width: 10vw;
    display: inline-block;
}

.backToHomeLink:hover {
    transform: scale(1.1);
    cursor: grab;
}

.gameImg {
    width: 40vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0vw;
    display: block;
    position: static;
}

.gameImg:hover {
    cursor: grab;
    transform: scale(1.05) rotate(5deg);
}

.gameImg:active {
    transform: scale(1.11);
}

.gameCounter {
    color: whitesmoke;
    background-color: #222222;
    font-size: 2vw;
    font-family: Impact;
    text-align: center;
    padding: 0.6vw;
    border-radius: 0.3vw;
    min-width: 10vw;
    position: fixed;
    bottom: 1vw;
    left: 1vw;
}

.gameMultiCounter {
    color: whitesmoke;
    background-color: #222222;
    font-size: 2vw;
    font-family: Impact;
    text-align: center;
    padding: 0.6vw;
    border-radius: 0.3vw;
    min-width: 10vw;
    position: fixed;
    bottom: 5vw;
    left: 1vw;
}

body {
    background-image: url(background.png);
    display: block;
}

.gameUpgrades {
    color: whitesmoke;
    background-color: #222222;
    font-size: 1vw;
    font-family: Impact;
    text-align: center;
    padding: 1vw;
    border-radius: 0.3vw;
    width: 15vw;
    position: fixed;
    bottom: 1vw;
    right: 1vw;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
}

.hideGameUpgrades:hover {
    cursor: grab;
    transform: scale(1.05);
}

.showGameUpgrades {
    color: whitesmoke;
    background-color: #222222;
    opacity: 0.8;
    font-size: 2vw;
    font-family: Impact;
    text-align: center;
    padding: 1vw;
    border-radius: 0.3vw;
    width: 15vw;
    position: fixed;
    bottom: 1vw;
    right: 1vw;
    display: none;
    animation: pulse 1s infinite alternate;
}

@keyframes pulse {
    to {
        transform: scale(1.1);
    }
}

.showGameUpgrades:hover {
    cursor: grab;
    transform: scale(1.05);
}

.upgrade:hover {
    animation: bounce 0.5s ease-in-out;
    cursor: grab;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-1vw);
    }
    60% {
        transform: translateY(-0.5vw);
    }
}

.buyUpgradeConfirm {
    color: whitesmoke;
    background-color: #222222;
    font-size: 1.5vw;
    font-family: Impact;
    text-align: center;
    padding: 0.5vw;
    border-radius: 0.3vw;
    min-width: 15vw;
    position: fixed;
    bottom: 1vw;
    right: 35vw;
    left: 35vw;
    bottom: 15vw;
    display: none;
}

.buyUpgradeBuy {
    color: green;
}

.buyUpgradeCancel {
    color: red;
}






.gameUpgrades2 {
    color: whitesmoke;
    background-color: #222222;
    font-size: 1vw;
    font-family: Impact;
    text-align: center;
    padding: 1vw;
    border-radius: 0.3vw;
    width: 15vw;
    position: fixed;
    bottom: 1vw;
    right: 1vw;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
    display: none;
}


.buyUpgradeConfirm2 {
    color: whitesmoke;
    background-color: #222222;
    font-size: 1.5vw;
    font-family: Impact;
    text-align: center;
    padding: 0.5vw;
    border-radius: 0.3vw;
    min-width: 15vw;
    position: fixed;
    bottom: 1vw;
    right: 35vw;
    left: 35vw;
    bottom: 15vw;
    display: none;
}

.buyUpgradeBuy2 {
    color: green;
}

.buyUpgradeCancel2 {
    color: red;
}

.showGameUpgrades2:hover {
    cursor: grab;
    transform: scale(1.05);
}

.upgrade2:hover {
    animation: bounce 0.5s ease-in-out;
    cursor: grab;
}

.gameUpgrades3 {
    color: whitesmoke;
    background-color: #222222;
    font-size: 1vw;
    font-family: Impact;
    text-align: center;
    padding: 1vw;
    border-radius: 0.3vw;
    width: 15vw;
    position: fixed;
    bottom: 1vw;
    right: 1vw;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
}

.hideGameUpgrades3:hover {
    cursor: grab;
    transform: scale(1.05);
}

.showGameUpgrades3 {
    color: chocolate;
    background-color: #222222;
    font-size: 2vw;
    font-family: Impact;
    text-align: center;
    padding: 1vw;
    border-radius: 0.3vw;
    width: 15vw;
    position: fixed;
    bottom: 1vw;
    right: 1vw;
    display: none;
    animation: pulse 1s infinite alternate;
}
 
.gameUpgrades3 {
    color: whitesmoke;
    background-color: #222222;
    font-size: 1vw;
    font-family: Impact;
    text-align: center;
    padding: 1vw;
    border-radius: 0.3vw;
    width: 15vw;
    position: fixed;
    bottom: 1vw;
    right: 1vw;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
    display: none;
}


.buyUpgradeConfirm3 {
    color: whitesmoke;
    background-color: #222222;
    font-size: 1.5vw;
    font-family: Impact;
    text-align: center;
    padding: 0.5vw;
    border-radius: 0.3vw;
    min-width: 15vw;
    position: fixed;
    bottom: 1vw;
    right: 35vw;
    left: 35vw;
    bottom: 15vw;
    display: none;
}

.buyUpgradeBuy3 {
    color: green;
}

.buyUpgradeCancel3 {
    color: red;
}

.showGameUpgrades3:hover {
    cursor: grab;
    transform: scale(1.05);
}

.upgrade3:hover {
    animation: bounce 0.5s ease-in-out;
    cursor: grab;
}

.gameUpgrades3 {
    color: whitesmoke;
    background-color: #222222;
    font-size: 1vw;
    font-family: Impact;
    text-align: center;
    padding: 1vw;
    border-radius: 0.3vw;
    width: 15vw;
    position: fixed;
    bottom: 1vw;
    right: 1vw;
    opacity: 0;
    animation: fadeIn 1s ease-in-out forwards;
}

.hideGameUpgrades3:hover {
    cursor: grab;
    transform: scale(1.05);
}

.showGameUpgrades3 {
    color: chocolate;
    background-color: #222222;
    font-size: 2vw;
    font-family: Impact;
    text-align: center;
    padding: 1vw;
    border-radius: 0.3vw;
    width: 15vw;
    position: fixed;
    bottom: 1vw;
    right: 1vw;
    display: none;
    animation: pulse 1s infinite alternate;
}





.achievementsList img{
    width: 10vw;
    border-radius: 1vw;
}

.achievementsList {
    font-size: 1.3vw;
    font-family: Impact;
    flex-direction: row;
    display: flex;
    max-width: 100vw;

}

.achievementDiv {
    background-color: whitesmoke;
}