body {
    font-family: Arial, sans-serif;
    background-color: #e0f7fa;
    color: #01579b;
    text-align: center;
    margin: 0;
    padding: 0;
}

header {
    background-color: #0288d1;
    padding: 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

header img {
    max-width: 100px;
    margin-bottom: 10px;
    border-radius: 50%;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background 0.3s;
}

nav ul li a:hover {
    background-color: #0277bd;
}

h2 {
    color: #0277bd;
}

p {
    max-width: 800px;
    margin: 20px auto;
    line-height: 1.6;
}

img {
    width: 40%;
    height: auto;
    margin: 20px 0;
    border-radius: 5px;
}
.jkKlRK {
    display: none!important;
}
.bDCjum {
    display: none!important;
}
.caption {
    font-size: 0.8em;
    color: #777;
    margin-top: 0px;
    padding-top: 0px;
}