body{
    background: url(../img/fondocasinoo.png);
    background-size: 2500px;
    background-repeat: no-repeat;
        
}

#moneyy div{
    background-color: #cecece;
    padding: 10px;
    border: 2px solid black;
    border-radius: 5px;
}

#main{
        display: flex;
        flex-direction: column;
        padding: 5px;
        align-items: center;
}

#box{
        background-color: #737373;
        padding: 10px;
        width: 300px;
        height: 260px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 10px;
        border: 2px solid black;
        
    }
#results{
        display: flex;
        justify-content: center;
        background-color: #404040;
        width: 260px;
        height: 75px;
        align-items: center;
        border-radius: 5px;
        border: 2px solid black;
}


#resultone, #resulttwo, #resultthree{
width: 60px;
height: 52px;
    background-color: #e0e0e0;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    border-radius: 5px;
    border: 2px solid black;
    font-family: Arial;
}

#buttons{
    background-color: #4c4c4c;
    display: flex;
    flex-direction: row;
    width: 245px;
    height: 70px;
    justify-content: space-evenly;
    align-items: center;
    top: 45px;
    position: relative;
    border-radius: 5px;
    border: 2px solid black;
}

#buttonone, #buttontwo, #buttonthree{


background-color: #ff6767;
margin: 5px;
width: 45px;
height: 45px;
border-radius: 4px;
border: 2px solid black;
cursor: pointer;

}

#actions{
background-color: #adadad;
position: relative;
top: 60px;
display: flex;
flex-direction: row;
border-radius: 4px;
border: 2px solid black;
}

#output{
    width: 90px;
    height: 30px;
    padding: 2px;
    background-color: #ffffff;
    margin: 5px;
    border-radius: 4px;
    border: 2px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: Arial;
}

#start{
width: 30px;
height: 30px;
    padding: 2px;
    background-color: #ff0000;
    margin: 5px;
    border-radius: 4px;
    border: 2px solid black;
    cursor: pointer;
}

#moneyy{
    
    
    padding-top: 10px;
    display: flex;
    justify-content: center;
    font-family: Arial;
    font-weight: bold;

}


#credits{
        position: absolute;
        bottom: 10px;
        left: 10px;
        background-color: #696969;
        color: white;
        padding: 5px;
        border-radius: 5px;
        font-family: Comic SANS MS;
        border: 2px solid black;

}
