@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Roboto:wght@300;400;700&display=swap');

body {
    font-family: 'Roboto';
}

.level td {
    width: 18px;
    height: 18px;
    font-size: 12px;
    padding: 0;
}

.level {
    border-spacing: 0;
}

.border {
    background-color: black;
}

.fruit {
    background-image: url(img/fruit.png)
}

.popup {
    display: block;
    position: absolute;
    top: 170px;
    left: 123px;
    padding: 20px;
    background-color: black;
    color: white;
    width: 110px;
    text-align: center;
}