* {
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
}

nav {
    display: flex;
    background-color: #252525;
    align-items: center;
    justify-content: space-between;
    padding-right: 50px;
    padding-left: 20px;
}

nav a {
    font-size: 0.9em;
    text-decoration: none;
    color: white;
    padding-left: 0.7em;
    font-weight: 700;
    min-width: fit-content;
}

.itemsMenu>a:nth-child(1) {
    color: #c04d2b;
}

.itemsMenu a img {
    position: absolute;
    height: 15px;
    width: 25px;
    margin-top: 7px;
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(7deg) brightness(100%) contrast(101%);
}

h1 {
    font-size: 1.9em;
    padding: 0.5em;
    text-align: center;
    color: white;
    font-stretch: extra-condensed;
    text-align: left;
    font-weight: 900;
}

h2 {
    font-weight: normal;
    color: #252525;
    font-size: 3em;
}

h3 {
    font-weight: normal;
    /* padding: 30px; */
    color: white;
    font-size: 3.5em;
    font-weight: 700;
    padding-top: 10px;

}

header p {
    color: white;
    font-size: 0.9em;
    padding: 15px 0;
}

.containerHeader {
    display: flex;
    flex-direction: column;
    background-image: url(banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7% 15% 5% 15%;
    background-position: right;
}

.containerText {
    width: 50%;
}

.containerText a {
    background-color: #252525;
    color: beige;
    text-decoration: none;
    padding: 1em 3em;
    margin-top: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    width: fit-content;
    font-size: 0.8em;
    font-weight: 700;
}

.containerCarrousel {
    text-align: center;
}

.containerCarrousel img {
    background-color: beige;
    padding: 10px;
    margin: 5px;
    width: 18px;
}

@media screen and (max-width : 900px) {
    h3 {
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
        1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
    }
}