body {
    background-color: black;
}

.container{
    margin:0 auto;
    width:500px;
}
.splashScreen {
    background-image: url(images/Splash.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    width: 980px;
    height: 640px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 auto;
}

/* canvas#pisaBien {
    border: 1px red solid;
} */

.hide {
    display: none;
}
button  {
    background-image: url(images/cristal\ roto.jpeg);
    background-size: contain;
    border:cornsilk;
    color: rgb(247, 247, 247);
    text-shadow: 3px 3px rgb(171, 17, 17);
    text-transform: uppercase;
    border-radius: 3px;
    height: 100px;
    width: 210px;
    font-size: 30px;
    padding: 2px;
}
.show {
    display: block;
}

#gameOver {
    background-image: url(images/Youdied.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1000px;
    height: 640px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#win {
    background-image: url(images/Win.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1000px;
    height: 640px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#dale {
    margin: 30%;
    position:relative;
}

#reload{
    margin: 42%;
    position: relative;
}