body {
    background-color: #232634;
    padding: 2lh;
    color: #c6d0f5;
    font-size: larger;
    font-family: "Ubuntu Mono", monospace;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 5lh;
    margin-top: -0.1lh;
    margin-bottom: -0.3lh;
    color: #e78284;
    line-height: 70%;
    font-family: "Dongle", sans-serif;
    font-weight: 400;
    font-style: normal;
    filter: drop-shadow(5px 5px 0px rgba(0,0,0,0.5));
}

  
strong {
    font-family: "Ubuntu Mono", monospace;
    font-weight: 700;
    font-style: normal;
}
    
a {
    color: #e5c890;
    text-decoration:  underline wavy;
}

hr {
    border: none; 
}

button {
  border: 0;
  cursor: pointer;
  background-color: #00000000;
}

button img {
  max-width: 10lh;
  max-height: 10lh;
}

/* Configuraciones particulares para clases simples*/

.onClickSFX-back {cursor: pointer;}
.onClickSFX-move {cursor: pointer;}
.onClickSFX-error {cursor: pointer;}
.onClickSFX-select {cursor: pointer;}