body {
    background-color: #f1b0d0;
    cursor: auto;

}
      
h1 {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    font-size: 35px;
    background: -webkit-linear-gradient(#f7ea23, #60aedd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: right;
}

.metallic-button {
    font-size: 18px;
    padding: 10px 16px;
    font-weight: 400;
    border: none;
    margin: px;
    outline: none;
    color: #000;
    background: linear-gradient(
      45deg,
      #999 5%,
      #fff 10%,
      #ccc 30%,
      #ddd 50%,
      #ccc 70%,
      #fff 80%,
      #999 95%
    );
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.1s ease-in-out;
  }

  .center {
    width: 100%;
    border: 10px;
    padding: 10px;
    text-align: center;
  }
  
  .metallic-button:hover {
    transform: translateY(-4px);
  }

  .metallic-button:hover a {
    color: cornflowerblue;
  }

  .inline-block {
    display: inline-block;
    }

.cursiv {
    font-family: Georgia;
    font-style: Italic;
    line-height: 1;
    font-size: 32px;

}

img {
    max-width: 100%;
    height: auto;
  }

  a {
    text-decoration: none;
    color: black;
  }