body, html{
    margin: 0;
    padding: 0;

    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.cookieImage{
    display: flex;
    justify-content: center;
}
.cookieImage:hover
{
    transform: scale(1.01);
    transition: 0.1s;
}

.info{
    display: flex;
    justify-content: space-around;
    color: black;
    font-size: xx-large;
}

#cookie{
    cursor: pointer;
}

#upgrade{
    cursor: pointer;
    border-radius: 10px;
    background-color: rgb(33, 33, 33);
    color: white;

    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

#cookieAmount{
    background-color: rgb(33, 33, 33);
    border-radius: 10px;
    color: white;
    padding: 10px
}