body {
    
    font-family:'Courier New', Courier, monospace;
    text-align: center;
    margin: 5px;
    background-image: url("../img/fondo\ nivel\ 1.png");
    background-size: cover;
    line-height: 15px;

}

button a {
    border: black;
    color: rgb(0, 0, 0);
    padding: 15px 32px;
    text-align: center;
    text-decoration: navy;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 25px;
}
#board {
    /* background-color: skyblue; */
    background-image: url("../img/fonddrag.jfif");
    background-position: center center;
    background-size: cover;
    border: 5px solid rgb(27, 7, 255);    
    
    position: relative;
    overflow: hidden;
    
}