@font-face {
  font-family: "bonbancebold_condensed";
  src: url("fonts/Bonbance-BoldCondensed.woff2") format("woff2"),
    url("fonts/Bonbance-BoldCondensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.macondo-regular {
  font-family: "Macondo", cursive;
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 10;
  text-align: center;
  background-color: lightcyan;
  padding: 2%;
  max-width: 100%;
  height: auto;
}

h1 {
  margin: 10;
  text-align: center;
  font-size: 5em;
  font-family: "futura", sans-serif;
}

h2,
h3,
p {
  font-family: "helvetica neue", helvetica, sans-serif;
}

strong {
  margin: 10;
  text-align: center;
  font-size: 1.5em;
}

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

a {
  color: black;
  font-family: "bonbancebold_condensed";
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

ul {
  padding: 2px;
  margin: 2px;
  list-style: none;
}

caption {
  font-family: "bonbancebold_condensed";
  font-size: 0.8em;
}
