@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap');

@font-face {
    font-family: 'AxolotlCute';
    src: url('../fonts/axolotl-cute.woff2') format('woff2'),
         url('../fonts/axolotl-cute.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WaterLife';
    src: url('../fonts/water-life.woff2') format('woff2'),
         url('../fonts/water-life.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: azure;
    color: #333333;
    font-family: 'Roboto Slab', georgia, serif;
}

p {
    font-family: 'Roboto Slab', georgia, baskerville, serif;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-left: 2px solid #ccc;
    padding: 10px;
    line-height: 1.5;
}

img {
    border: 2px solid red;
    border-radius: 5px;
    margin: 10px 0;
}

h1 {
    text-align: center;
    font-family: 'Montserrat', 'Arial', sans-serif;
    color: #2c3e50;
}

h2 {
    font-weight: bold;
    color: #2c3e50;
    border-bottom: 2px solid #eaeaea;
    font-family: 'Montserrat', 'Arial', sans-serif;
}

h3 {
    color: red;
    font-family: 'WaterLife', cursive;
}

#origin {
    color: cadetblue;
}

#navheader {
    list-style: none;
    background-color: #2c3e50;
    padding: 15px;
    margin: 0;
}

#navheader a {
    text-decoration: none;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.image-caption {
    font-style: italic;
    color: #666666;
    font-size: 0.9em;
}

figure {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: white;
}

ol li {
    color: #444444;
    line-height: 1.6;
}

a {
    font-weight: bold;
    text-decoration: none;
}

.axolotl-title {
    font-family: 'AxolotlCute', 'Montserrat', sans-serif;
    color: #3498db;
    font-size: 2.5rem;
    text-align: center;
    margin-top: 20px;
}

.axolotl-subtitle {
    font-family: 'WaterLife', cursive;
    color: #2980b9;
    text-align: center;
    font-size: 1.8rem;
}

.nature-box {
    background-color: #e0f7fa;
    border-left: 5px solid #4dd0e1;
    padding: 15px;
    margin: 20px 0;
    font-family: 'Roboto Slab', serif;
}

.nature-box > p {
    border: none;
    font-style: italic;
}

#behavior-highlight {
    background-color: #1a2530;
    color: #ecf0f1;
    padding: 25px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    margin: 20px 0;
}

#behavior-highlight h2 {
    color: #3498db;
    border-bottom: 2px solid #3498db;
}