body {
    margin: 0; 
    background-color: darkred;
    background-repeat: no-repeat;
}

h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    font-weight: bolder;
    width: 25%;
    background-color: white; 
    box-shadow: 0 0 20px 10px red;
}

#mainImgDiv {
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
}

#mainImg {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


#navbar {
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0); /*make navbar transparent */
    background-image: url("https://i.imgur.com/23JSlMr.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
}

#money {
    font-size: 25pt;
    float: right;
    color: white;
    background-color: darkred;
    width: 10%;
    border-radius: 20px;
    margin-right: 5px;
}

#nickName {
    font-size: 25pt;
    float: left;
    color: white;
    background-color: darkblue;
    margin-left: 5px;
}

#flex-container {
    justify-content: center;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    height: 50%;
}

.row {
    width: 30%;
    height: 100%;
    margin-top: 3%;
    margin-left: 5%;
    margin-right: 5%;
}

#slot {
    width: 100%;
    height: 50%;
}

#slotImg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 25px;
    cursor: pointer;
}

#coin {
    width: 100%;
    height: 50%;
}

#coinImg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 25px;
    cursor: pointer;
}

#russian {
    width: 100%;
    height: 50%;
}

#russianImg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 25px;
    cursor: pointer;
}

.item {
    font-family: "Times New Roman";
    font-size: 30px;
    color: white;
    text-shadow: black 0px 0px 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    font-weight: bold;

}

#dialog, #dialog2 {
    color: black;
    background-color: red;
}

#pee2 {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    font-size: 40pt;
}

#pee {
    margin: 0;
    text-align: center;
    font-size: 20pt;
}

.ui-dialog-titlebar {
    background: red;
}

.ui-button {
    width: 100%;
}

.ui-dialog-content {
}

img {
    margin: 0;
    width: 500px;
    height: 350px;
}

img {
    margin: 0;
    width: 500px;
    height: 350px;
}

#buttons {
    display: flex;
    justify-content: space-evenly;
    height: 50px;
    align-items: center;
}

.hidden {
    display: none;
}




