body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
 /*   max-width: 800px;*/
    margin: 0 auto;
}
iframe{
    width: 100%;
    height:350px;
    border: none;
    overflow:hidden;
}

h1, h2 {
    color: #333;
}

h1 {
    font-size: 24px;
    margin: 20px 0;
}

h2 {
    font-size: 20px;
    margin: 15px 0;
}

.post {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.post img {
    max-width: 100%;
    height: auto;
}

.post p {
    font-size: 16px;
    color: #666;
}

a {
    color: #1098AD;
    text-decoration: none;
}

a:hover, a:visited {
    color: #0D7786;
}

.navigation a {
    margin: 0 10px;
    padding: 10px 20px;
    background-color: #1098AD;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.navigation a:hover, .navigation a:visited {
    background-color: #0D7786;
    color: white;
}
