.styled-section {
    background-color: lightblue;
    color: #164f4a;
    border: 8px solid seagreen;
    padding: 30px;
    margin-top: 50px;
    text-align: center;
}

.styled-title {
    background-color: seagreen;
    color: white;
    font-family: Georgia, serif;
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 20px;
}

.styled-subtitle {
    color: darkslategray;
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-style: italic;
    text-decoration: underline;
    word-spacing: 8px;
}

.styled-image {
    width: 500px;
    max-width: 90%;
    border: 6px solid seagreen;
    border-radius: 20px;
    background-color: white;
    padding: 8px;
}

.styled-text {
    background-color: #e8ffff;
    color: #174c47;
    font-family: Verdana, sans-serif;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 1px;
    padding: 15px;
    border-left: 10px solid seagreen;
}