body {
    font-family: 'Open Sans', sans-serif; /* Open Sans applied here */
    margin: 0;
    padding: 0;
    background-color: #F5F1E0;
    color: #333;
    line-height: 1.6;
    background-image: url("path/to/your/image.jpg"); /* Replace with your image path */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* --- Navigation --- */
nav {
    background-color: #222;
    padding: 10px 0;
    text-align: center;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav li {
    display: inline;
    margin: 0 15px;
}

nav a {
    color: #eee;
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 5px;
}

nav a:hover {
    background-color: #c0c0c0;
}

/* --- Headings --- */
h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid #c0c0c0;
    text-transform: uppercase;
}

/* --- Images, Videos, Audio --- */
img, video, embed, audio {
    max-width: 60%;
}

/* --- Aside --- */
aside {
    text-align: center;
}

/* --- Classes --- */
.floatRight {
    float: right;
    padding: 8px;
}

.floatLeft {
    float: left;
    padding: 8px;
}

figure {
    margin: 20px auto;
    text-align: center;
}

figure img, figure video, figure audio, figure iframe {
    max-width: 90%;
    height: auto;
    display: block;
    margin: 10px auto;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #c0c0c0;
}

figcaption {
    font-style: italic;
    color: #999;
    margin-top: 5px;
}

/* --- Links --- */
a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* --- IDs --- */
#habitat_info {
    font-family: 'Open Sans', sans-serif; /* Open Sans applied here */
    background-color: #eee;
    padding: 15px;
    border-left: 5px solid #333;
    color: #333;
}
#email_page_author{
    color: #007bff;
}

.container{
    background-color: rgba(255,255,255,0.7);
    padding: 10px;
    margin: 10px;
}
.gelasio {
  font-family: "Gelasio", serif;
  font-weight: 150;
  font-style: normal;
}
.gabarito {
  font-family: "Gabarito", sans-serif;
  font-weight: 0;
  font-style: normal;
}