@tailwind base;
@tailwind components;


.pressed {
   background: #fff !important;
 }

.gameOver {
   background-color: rgb(205, 0, 0) !important;
}

@tailwind utilities;


#start {
    margin-left: 6.25rem;
}
