canvas {
    background-color: white;
    display: none;
    width: 400px;
    height: 100px;
    border: 2px solid black;
}

body {
    background-image: url("assets/background.jpg");
}

button {
    font-family: Arial;
    font-weight: bold;
    border-radius: 50px;
    width: 300px;
    height: 50px;
    display: block;
    margin: auto;
    margin-top: 15px;
    text-align: center;
    color: black;
    background-color: yellow;
    font-size: 20pt;
}

#menu {
    display: none;
}

div {
    font-family: Arial;
    font-size: 20pt;
    background-color: khaki;
}

.popup {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    justify-content: center;
    align-items: center;
}

#loading {
    display: none;
    font-family: Arial;
    font-size: 12pt;
}

select {
    font-size: 21pt;
    font-family: Arial;
    font-weight: bold;
    width: 100px;
}

button:hover {
    background-color: black;
    font-size: 22pt;
    color: yellow;
}

#navbar {

    /* Add a black background color to the top navigation */
    background-color: #333;
    float: right;
    /* Style the links inside the navigation bar */

    /* Add a color to the active/current link */
}
#navbar > div {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 5px 5px;
    font-size: 25pt;
    font-weight: bold;
    display: flex;
    background-color: transparent;
}

/* Change the color of links on hover */
#navbar > div:hover {
    background-color: #ddd;
    color: black;
}
#logo{
    margin: auto;
    display: block;
}
#shop > div > div{
    background-color: transparent;
    display: inline;
}
#shop > div > div > div{
    display: inline;
    margin-top: 20px;
}
img[src='assets/coin.png']{
    width: 40px;
    height: 40px;
}
img[src='assets/gem.png']{
    width: 40px;
    height: 40px;
}