html {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Roboto","Helvetica Neue","Arial",sans-serif;
    color: rgb(33, 37, 41);
    margin: 0;
}

h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;
    margin-bottom: 16px;
    margin-top: 0px;
    display: inline-block;
}

summary {
    list-style: none;
}

.expand-icon {
    font-size: 1.2em;
    margin-right: 0.5em;
}
details summary::-webkit-details-marker {
        display: none;
      }

form {
    margin-bottom: 16px;
}

.navbar * {
    color: inherit;
    line-height: 30px;
    text-decoration: inherit;
}

.navbar {
    display: block;
    width: 100%;
    margin: 0;
    background-color: rgb(255, 162, 0);
    font-size: 1.25rem;
    color: white;
    text-decoration: none;
    box-sizing: border-box;
    padding: 13px 39px;
}

.textLeft,.textRight {
    margin-bottom: 16px;
    display: inline-block;
}

.box {
    border: 1px solid rgb(210, 210, 210);
    border-radius: 7px;
    padding: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
    padding-bottom: 8px;
}

@media (min-width: 768px) {

    .multilingualBox {
        display: flex;
    }

    .textLeft {
        margin-right: 8px;
    }

    .textRight {
        margin-left: 8px;
    }

    .container {
        margin-left: auto;
        margin-right: auto;
        max-width: 728px;
    }

    .textLeft {
        width: 50%;
    }

    .textRight {
        width: 50%;
    }
    
}

@media (max-width: 767px) {

    .container {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }
}
