
body{
    background-color: rgb(55, 41, 68);
    overflow: hidden;
    user-select: none;
}
#GameCanvas{
    background-color: rgb(36, 68, 29);
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
}
#swap{
    position: absolute;
    top: 720px;
    left: 0px;
    background-color: blueviolet;
    color: white;
}
.money{
    
    position: absolute;
    top: 710px;
    background-color: blueviolet;
    border: 2px solid black ;
    border-radius: 10%;
    color: white;
    width: 150px;
    text-align: center;
}
#blue{
    left: 150px;
}
#red{
    left: 300px;
}
#currently{
    position: absolute;
    top: 730px;
    left: 0px;
    background-color: blueviolet;
    border: 2px solid black ;
    border-radius: 10%;
    color: white;
    width: 80px;
    height: 20px;
    text-align: center;
}
#boxes{
    position: absolute;
    top: 760px;
    left: 200px;
    width: 200px;
    height: 100px;
    background-color: blueviolet;
    border: 2px solid black ;
    border-radius: 10%;
    color: white;

}
#selected{
    position: absolute;
    width: 300px;
    height: 20px;
    color: white;
    background-color: rgba(137, 43, 226, 0.418);
    border: 2px solid rgba(0, 0, 0, 0.575) ;
    border-radius: 10%;
    visibility:hidden;
    user-select: none;
}
#modes{
    position: absolute;
    top: 760px;
    left: 400px;
    width: 200px;
    height: 100px;
    background-color: blueviolet;
    border: 2px solid black ;
    border-radius: 10%;
    color: white;
}
#turns{
    position: absolute;
    top: 710px;
    left: 110px;
    background-color: blueviolet;
    color: white;
    border: 2px solid black ;
    border-radius: 10%;
}
#leiras{
    position: absolute;
    width: 500px;
    right: 90px;
    padding: 20px;
    background-color: blueviolet;
    color: white;
    border: 2px solid black ;
    border-radius: 10%;
}