html {
    font-family: sans-serif;
}

body {
    margin: 0 auto;
    padding: 0px;
    color: #566869;
    font-family: Arial, sans-serif;
    background: #f0f5ff;

    justify-content: center;
    align-items: center;
}

.top-bar {
    background: #489ceb;
    color: #FFF;
    text-align: right;
    padding: 6px;
    padding-right: 20px;

    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
}

header {
    background: #FFF;
    height: 90px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    position: fixed;
    width: 100%;
    top: 36px;
    z-index: 2;
}

header a img {
    margin-left: 5px;
}

.logo_image {
    position: absolute;
    left: 15px;
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    height: 42px;
    margin-top: 12px;
}

a:hover {
    text-decoration: none;
    font-weight: bolder;
}

.brazil-flag {
    margin-top: -3px;
}

.container {
    width: 80%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: left;
}

.space {
    height: 150px;
}

h1 {
    color: #1B1E42;
}

.article {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.article h2 {
    margin-bottom: 10px;
    color: #3498db;
}

.article a {
    color: #3498db;
    text-decoration: none;
}

.article a:hover {
    text-decoration: underline;
}

.video-container {
    flex: 1;
    margin-right: 20px;
}

.video-container video {
    width: 100%;
    height: 400px;
    border-radius: 5px;
}

.description-section {
    flex: 1;
    padding: 20px;
}

.description-section h2 {
    color: #3498db;
    margin-bottom: 10px;
}

.description-section p {
    line-height: 1.6;
}