body {
    padding: 0;
    margin: 0;
    font-family: system-ui;
    font-size: 18px;
}

h1 {
    text-align: center;
}

li {
    margin-bottom: 0.3rem;
    padding-left: 0.5rem;
}

li ul {
    padding-top: 0.50rem;
}

.list-support li {
    list-style-type: '❤️';
}

.list-contact li {
    list-style-type: '💌';
}

.list-newsletter li, .list-steps li {
    list-style-type: '➡️';
}

.list-language li {
    list-style-type: '';
}

.list-language .lang-name {
    margin-left: 0.5rem;
}

/* --------------- */

.header {
    background: #000000;
    padding: 0.5rem;
    display: flex;
    justify-content: center;
}

.header .image-link {
    font-size: 0;
}

.content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    max-width: 42rem;
    margin: auto;
}

/* --------------- */

.gallery img {
    width: 48%;
}

/* --------------- */


a,
a:visited,
a:active {
    color: dodgerblue;
}

.friends-link,
.friends-link:visited,
.friends-link:active {
    color: #db009f;
}

.footer {
    font-size: 0.75rem;
    background: #f5f5f5;
    padding: 0.5rem 1rem;
}

.footer p {
    max-width: 42rem;
    margin: auto;
}

.no-cookies {
    text-align: center;
    padding-bottom: 0.5rem;
}

.imp-container {
    text-align: center;
}

.imp-link,
.imp-link:visited,
.imp-link:active {
    color: grey;
}

.em {
    font-style: italic;
    color: royalblue;
}

.spacing {
    height: 1rem;
}

.center {
    text-align: center;
}
