@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Merriweather:wght@300;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    color: #333;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

header {
    background-color: #2c3e50;
    color: white;
    text-align: center;
    padding: 20px;
    font-family: 'Merriweather', serif;
}

nav {
    background-color: #34495e;
    padding: 10px;
}

nav a {
    color: white;
    text-decoration: none;
    margin: 10px;
    font-weight: bold;
}

.container {
    padding: 20px;
}

figure img {
    width: 100%;
    border: 5px solid #2c3e50;
}

.highlight {
    color: #e74c3c;
    font-weight: bold;
}

#main-title {
    font-size: 2em;
    text-align: center;
    color: #2980b9;
}

.container p span {
    font-style: italic;
    color: #8e44ad;
}

footer {
    background-color: #2c3e50;
    color: white;
    text-align: center;
    padding: 10px;
}
