body {
    text-align: center;
    font-family: 'Balsamiq Sans', cursive;
    font-style: bold;
    margin: 0;
    padding: 0;
}

p {
    color: #000000;
}

th,
td {
    border: 5px solid #f44242;
    text-align: center;
}

.square {
    font-size: 80px;
    font-weight: 900;
    background-color: #ffffff;
    width: 100%;
    padding: 0 10px 0 10px;
    border: none;
}

#bingo-card {
    margin: 0 auto;
    text-align: center;
    width: 300px;
    height: 50px;
    border-collapse: collapse;
    border: 5px solid #f44242;
    background: #ffffff;
}

.header {
    background: #f44242;
    font-size: 100px;
    color: #ffffff;
    font-weight: 900;
}

#sq12 {
    background: lightblue;
}

#goals,
#actions {
    color: #ffffff;
    text-align: center;
}

.button:hover {
    background-color: #4286f4;
    color: #ffffff;
}

.square {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.bingo-content {
    margin: 100px 80px 0 0;
}

.botones {
    margin: 10px 0 0 28%;
}

@media only screen and (max-width:768px) {
    body {
        width: 50%;
    }
    .container {
        width: 50%;
    }
    .bingo-content {
        width: 100%;
        margin-left: -50px;
    }
    .botones {
        margin-left: 10px;
        width: 75%;
    }
    .lista {
        margin-left: -10%;
        width: 50%;
    }
}