.rectangle {
    height: 50px;
    width: 100px;
    background-color: #354259;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ECE5C7;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
}

.rectangle_2 {
    height: 30px;
    width: 220px;
    background-color: #354259;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ECE5C7;
    font-family: 'Courier New', Courier, monospace;
}

button{
    width: 20%;
    background-color: #FFD24C;
    color: #000000;
    padding: 14px 20px;
    margin: 30px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Courier New', Courier, monospace;
}

.hover:hover{
    background-color: #FFE69A;
}

body{
    text-align: center;
    background-color: #E7F6F2;
}

th{
    font-size: 30px;
    font-family: 'Courier New', Courier, monospace;
}

.dices {
    padding-top: 70px;
    padding-bottom: 20px;
}

#dice_1{
    padding-right: 70px;
}
#dice_1{
    padding-left: 20px;
}

img{
    border-radius: 20px;
}