body {
    background-color: aqua;
    background: url(../images/forest-ajustado.jpg) fixed no-repeat;
}

.navbar {
    height: 50px;
    background-color: forestgreen !important;
    line-height: 40px;
    padding: auto 0;

}
.navbar-brand {
    font-family: 'Sura', serif;
    font-size: 26px;
    line-height: 40px;
    padding: 0 0;
}

.nav-link {
    color: #ffffff !important;
}


.container {
    max-width:960px;
    text-align: center;
    border-top: 15px;
    padding-top: 20px;
}

.row {
    color: #ffffff;
}

.jumbotron {
    background-color: transparent;
    padding: 0 0;
    border:15px 0 0 0;
    color: forestgreen;
    font-family: 'Princess Sofia', cursive;
    
}

.card {
    background-color: rgba(1, 68, 33, 0.3);
    border-color: transparent;
    border: 10px 0 ;
    /* border-top: 10px; */
    padding: 0 0;
    font-family: 'Comfortaa', cursive;
    
}


.footer {
    position: absolute;
    bottom: 0;
    height: 30px; /* fixed height of the footer */
    line-height: 30px; /* vertically center the text */
    width: 100%;
    background-color: forestgreen !important;
    color: #ffffff !important;
  }

  footer {
      text-align: center;
  }