body {
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;

    /* Otros estilos de fuente aquí, si lo deseas */
  }
footer {
    background: #235B4E;
    position: absolute;
    bottom: 10;
    width: 100%;
    height: 2px;
    background: #235B4E;
} 
  a {
  
  
  color: #BC955C;
  
  
  }
  
  
.img-container {
    text-align: center;
}
.img{
    width: 70%;
    height: 30%;
}
.colorm {
    background: #235B4E;
    color: #ffffff;
    border-color: #BC955C;
    border-width: 3px;
    border-style: solid;

}
 .forma {
    background-color: #235B4E;
 }