body {
  background-color: #ffffff;

}

.header {
    background-color: #fffff;
    height: 116px;
    display: flex;
}

.header-logo {
    align-self: center;
    max-width: 379px;
    margin: 32px;
}

h1 {
  text-align: center;
  padding-bottom: 16px;
}

h3 {
    font-size: 20px;
    text-align: center;
}

.body-text {
    margin-top: 76px;
}

.home-language-container {
    display: flex;
    justify-content: center;
}

.language-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffd100;
    width: 308px;
    height: 46px;
    margin: 23px;
    border-radius: 22px;
}

.btn-text {
    color: #4c4c4c;
    text-decoration: none !important;
    font-size: 26px;
    margin: 0px;
}

a:hover {
    text-decoration: none !important;
}

.header-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.item-container {
    background-color: #ffffff;
    padding: 20px;
}


.container {
    background-color: #0c0d14;
    padding: 0px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.logo-area {
    background-color: #ffffff;
    padding-bottom: 16px;
    border-bottom: 1px solid #CCCCCC;
}

.language-container {
    padding-bottom: 16px;
    border-bottom: solid;
    border-width: 0.5px;
    border-color: #ffffff;
    background-color: #0c0d14;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: right;
}

.fr-flag-logo {
    width: 46px;
}

.language-link {
    text-decoration: none !important;
    color: #ffffff;
    padding-right: 20px;
    font-weight: 400;
    font-family: Helvetica,Arial,Hiragino Sans GB,STXihei,Microsoft YaHei,WenQuanYi Micro Hei,Hind,MS Gothic,Apple SD Gothic Neo,NanumBarunGothic,sans-serif;
    font-size: 12px;
}

.language-link:hover {
    color: #ffffff;
}

.uk-flag-logo {
    width: 46px;
}