body {
    height: 100vh;
    padding: 0px;
}

.header {
    height: 30%;
    background-color: #812d6e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header img {
    max-height: 60%;
    max-width: 60%;
}

.header p {
    margin-top: 10px;
    font-size: 18pt;
    font-weight: bold;
    color: #ffffff;
}

.spacer {
    height: 10px;
    background-color: #f47920;
}

.body-content {
    height: 70%;
    display: flex;
}

.column h3 {
    color: #6dc0af;
}

.column .row .col h3 {
    color: #000;
    font-weight: normal;
}
.column .row .col h3 a {
    font-weight: bold;
}

.column .row .col h3 a {
    color: #812d6e;
}
.column .card-body .card-text a {
    color: #812d6e;
    font-size: 22pt;
}
.column .row .col ul li {
    font-size: 18pt;
}
.header-lang {
    margin-top: -24px;
    text-align: right;
    margin-right: 10px;
    color: #fff;
}
.header-lang a {
    color: #fff;
    text-decoration: none;
}
.header-lang a:active,
.header-lang a:visited,
.header-lang a:hover {
    text-decoration: underline;
}
video::-webkit-media-controls-panel {
    display: flex !important;
    opacity: 1 !important;
}