* {
    --font-family: Verdana, Arial, Helvetica, sans-serif;
    --bs-gradient: linear-gradient(#869EB4 1%, #6B849D 40%, #597791 60%, #738DA2 99%);
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background: url(../img/fondo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.imgpersonaje {
    height: 250px;
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 100;
}

.button {
    color: white;
    padding: .3em .4em;
    font-size: 1.1em;
    border-radius: 3px;
    background: linear-gradient(#869EB4 1%, #6B849D 40%, #597791 60%, #738DA2 99%);
    border: solid 1px #3D556C;
    letter-spacing: 1px;
    text-decoration: none;
}

.button:hover {
    color: white;
}

.bg-gradient {
    background: linear-gradient(#869EB4 1%, #6B849D 40%, #597791 60%, #738DA2 99%);
}