@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

body {
    margin: auto;
    padding: 0;
    width: 100%;
    background-color: rebeccapurple;
}

.container {
    margin-top: 100px !important;
    margin-top: 50px !important;
    display: grid;
}

.controls{
    margin-top: 50px !important;
    margin-bottom: 10px !important;
}

.board {
    display: block;
}

.card {
    height: auto;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: 26px;
    text-align: center; 
}

.row{
    margin-bottom: 0 !important ;
}

#score{
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: white;
    font-size: 41px;
    text-transform: 'capitalize';
    font-family: 'Anton', Sans-Serif;
}

/* #row1>div{
    max-width: 100%;
    max-height: 100%;
} */

div>p{
    font-size: 40px;
    font-weight: 600;
    font-family: 'Anton', Sans-Serif;
    text-transform: capitalize;
}

.card-image {
    /* display: block; */
    /* position: absolute; */
    /* width: 33%; */
    /* height: 33%; */
    /* top: 50%; */
    /* left: 50%; */
    min-height: 150px;
    max-height: auto;
    max-width: 100%;
    height: auto;
    /* max-height: 150px; */
    /* max-width: 150px; */
    /* transform: translate(-50%, -50%); */
}