html, body {
    background-image:url('background.jpg');
    margin: 0;
    padding: 0;
    color: white;
}

a:hover {
    text-decoration: underline;
}

a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-family:'Calibri', Arial, sans-serif;
    line-height: 200%;
}

h1 img {
    width: 10em;
    align-items: center;
}

.languageBlock {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    padding-left: 10px;
}

div img {
    width: 1em;
    vertical-align: text-bottom;
    margin-right: 0.2em;
    align-items: center;
}

select {
    margin: 2em 0;
    font-size: 1em;
    font-family: 'Calibri', Arial, sans-serif;
    align-items: center;
}

ul {
    padding: 0;
}

li {
    list-style-type: none;
    font-size: 1.3em;
}

h1 {
    text-align: center;
}

.centered-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.centered-section h3 {
    margin-left: 10px;
    text-align: left;
}

h3 {
    font-family: 'Calibri', Arial, sans-serif;
    font-size: 1.3em;
}

.centered-section h3 {
    margin-right: 10px;
}

.centered-section img {
    width: 2em;
}
