body{
    background-color: rgb(0, 0, 0);
    color: white;
    margin: 20px auto;
    width: 500px;
    border: 3px solid rgb(128, 0, 70);
    padding: 10px;
}

.center{
    text-align: center;
}

.row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#playMade{
    font-size: 40px;
} 

.boxGreen{
    border: 3px solid greenyellow;
    height: 47px;
    width: 160px;
    text-align: center;
}

#outcome{
    display: flex;
    font-size: 20px;
    border: 3px solid rgb(255, 0, 64);
    height: 47px;
    align-items: center;
    justify-content: center;
}

button{
    padding: 10px 30px;
    font-size: 20px;
}

#gameEnd{
    font-size: 60px;
    font-weight: 1000;
}
