h1 {
    text-align: center;
}

h2, h3, h4, h5 {
    margin-bottom: 5px;
}

table, th {
    border: 1px solid black;
    text-align: center;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.column_left {
    float: left;
    width: 50%;
    text-align: justify;
    padding-right: 7em;
}

* {
    box-sizing: border-box;
    /* TODO: What is that for? */
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

html {
    margin: 50px;
    height: 100%;
}

body {
    margin: 0;
    padding: 0 40px;
}

.logo {
    display: block;
    width: 160px;
    height: 180px;
}

.logo_ar {
    display: block;
    margin-left: auto;
    width: 160px;
    height: 180px;
}

.languages {
    text-align: right;
    position: relative;
    bottom: 80px;
    font-size: 20px;
}

.languages-ar {
    text-align: left;
    position: relative;
    bottom: 80px;
    font-size: 20px;
}

.bottom-three {
    margin-right: 3cm;
}


@media (min-width: 100em) {
    .cover {
        object-fit: cover;
        width: 800px;
        height: 400px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
