@font-face {
    font-family: montserrat;
    src: url(http://www.gamadero.cdmx.gob.mx/public/fonts/Montserrat/Montserrat-VariableFont_wght.ttf);
  }

  button {
    background-color: #7D2735;
    color: white;

  }

  a {
    color: #7D2735;
  }

  .ir-arriba {
    display: none;
    padding: 20px;
    background: #BC955C;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  h1,
  h2,
  h4,
  h3 {
    color: black;
    font-family: montserrat;
  }

  a {
    color: green;
  }