body {
  font-family: Arial, sans-serif;
  text-align: center;
  background-image: url('img/fondo.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

button {
  font-size: 20px;
  padding: 10px;
  margin: 10px;
}

.resultado {
  font-size: 24px;
  font-weight: bold;
}

img {
  width: 200px;
  height: 200px;
  margin-left: 15px;
  margin-right: 15px;
}

button{
  font-family: Rakkas;
  color: rgb(223, 16, 16);
  background-color: rgb(54, 19, 252);
  border-radius: 10px;
  border-style: inset;
  border-color: red;
}

button:hover, button:active {
  background-color: rgb(29, 32, 173);
}

div.puntos {
  font-size: 20px;
  color: rgb(218, 21, 21);
  text-align: center;
  display: inline-block;
  background-color: rgb(18, 18, 177);
  padding: 30px 20px 30px 20px;
  border-radius: 10px;
  border-style: inset;
  border-color: red;
}

div.resultado{
  font-size: 25px;
  color: rgb(218, 21, 21);
  text-align: center;
  display: inline-block;
  background-color: rgb(18, 18, 177);
  padding: 12px 7px 12px 7px;
  border-radius: 10px;
  border-style: inset;
  border-color: red;
}

h1{
  font-size: 35px;
  color: rgb(218, 21, 21);
  text-align: center;
  display: inline-block;
  background-color: rgb(18, 18, 177);
  padding: 10px 5px 10px 5px;
  border-radius: 10px;
  border-style: inset;
  border-color: red;
}
