* {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: 'Source Code Pro', sans-serif;
}

html {
    background-color: #eaca17;
}

.handleContainer {
    width: 125px;
    height: 282px;
    top: 160px;
    left: 221px;
    
    position: relative;
}

.handleContainer:hover {
    cursor: pointer;
}


.container {
    background-image: url("../img/machine.gif");
    background-repeat: no-repeat;
    background-color: #fff;
    width: 600px;
    height: 700px;
    border-radius: 20px;
}

.money {
    top: -65px;
    left: -85px;
    
    position: relative;
    //background-color: #8e7f0d;
    color: #dbc411;
    width: 100px;
    height: 50px;
    font-size: 1.5em;
}

.gameOver {
/*    position: relative;*/
/*    background-color: #8e7f0d;*/
    top: -60px;
    color: red;
/*
    width: 100px;
    height: 50px;
*/
    font-size: 1em;
}

.insertCoin {
    color: green;
    font-size: 1em;
    top: -70px;
}

.restart {
    position: relative;
    width: 150px;
    height: 50px;
    right: -239px;
    bottom: -80px;
}

.restart:hover {
    cursor: pointer;
}

.icons {
    top: 65px;
    margin-left: 10px;
    
    width: 500px;
    height: 100px;
    position: relative;
}

.icons div {
    bottom: 100px;
    right: 89px;
    
    position: relative;
    width: 123px;
    height: 123px;
    float: right;
}

#loadingTxt {
    color: white;
    font-size: 2em;
    top: 500px;
}

.makerTxt {
    color: white;
    font-size: 1em;
    top: 500px;
}