/* internal libraries */
@import "banner.css";
@import "navbar.css";
@import "button.css";
@import "cards.css";
@import "contact.css";
@import "carrousel.css";
@import "footer.css";


/* general website style */
body {
    background-color: black;
    text-align: center;
    margin: auto;
}

h2{ 
    color: white;
    font-family: fantasy;
    font-style: bold;
    font-size: 32px;
    text-align: center;
    text-shadow: 1px 1px 1px brown;
}


h3,h4 {
    color: white;
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
    text-align: center;
    line-height: 20px;
    text-shadow: 1px 1px 1px brown;
}

h4{
    text-size-adjust: 12px;
}

p{
    color: white;
    text-align: center;
    font-family: Avantgarde, TeX Gyre Adventor, URW Gothic L, sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: normal;
}

.alone{
    font-size: 18px;
    text-align: justify;
    background-color: black;
    line-height: 30px;
    margin: auto;
    width: 50%;
    padding: 50px;
}

.small{
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
}

img {
    overflow: clip;
}
.container {
    width: 85%;
    margin: 18px auto;
}
a {
    text-decoration: none;
    color: whitesmoke;
}
