body {
    background-Image: url("hola.jpg");
    background-position: center 7px;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 20px;
    font-family: monospace;
}

h1 {
    color: green;
}

#warn {
    display: none;
}

button {
    border-radius: 100px;
    border: 5px ridge blue;
    color: gold;
    background-color: blue;
    font-family: monospace;
    font-size: 15px;
}

#text {
    font-size: 20px;
    border: 10px ridge gold;
    color: blue;
    background-color: gold;
}

#result,
#sp {
    background-color: black;
    border: 10px ridge lightblue;
    color: white;
    border-radius: 100px;
    display: none;
}
