html {
  background-color: #fff;
  font-family: Montserrat, trebuchet, geneva, sans-serif;
}

body {
  margin: 0;
}

header {
  background: #66cc9a;
  color: #f1f1f1;
}

main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

nav {
  width: 400px;
  padding: 15px;
  padding-top: 40px;
  justify-content: center;
}

footer {
  display: flex;
  justify-content: center;
}

h1 {
    color: #A78D47;
    font-size: 38px;
    padding-top: 15px;
}

#adsense {
  /* background-color: cornflowerblue; */
  width: 250px;
  height: 500px;
}

#logotipo {
  margin: auto;
  width: 172px;
  padding: 10px;
}

.table-title td {
  width: 140px;
  font-size: 16px;
}

.currency_value {
    color: #3C3C3B;
    font-size: 21px;
}

.currency_value_carachica {
  color: #3C3C3B;
  font-size: 16px;
}