@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background-image: repeating-linear-gradient(to right, #27242d 0%, rgb(0, 0, 0) 100%);
    color: #fff;
    text-align: center;
}

img{
    height: 150%;
}

#nancy{
    font-weight: bolder;
    color: #554f9e;
    background-image: -webkit-radial-gradient(closest-side, #3c30e0 0%, #a96fd9 98%, #d869c9 61%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;

}
#mulhouse{
    font-weight: bolder;
    color: #9e6c4f;
    background-image: -webkit-radial-gradient(closest-side, #d4e030 0%, #d9c06f 98%, #d8b569 61%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

#hagueneau{
    font-weight: bolder;
    color: #4f789e;
    background-image: -webkit-radial-gradient(closest-side, #30e039 0%, #6fd9d9 98%, #69d8b7 61%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
#vosges{
    font-weight: bolder;
    color: #7e4f9e;
    background-image: -webkit-radial-gradient(closest-side, #3068e0 0%, #9d6fd9 98%, #c569d8 61%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
#troyes{
    font-weight: bolder;
    color: #9e4f84;
    background-image: -webkit-radial-gradient(closest-side, #e03073 0%, #d96f6f 98%, #d869d8 61%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
h2 {
    padding: 2%;
    font-weight: bolder;
    color: #2e26a3;
    background-image: -webkit-radial-gradient(closest-side, #2e26a3 0%, #a96fd9 98%, #903884 61%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3{

    margin-bottom: 2%;
}

h4{
    color:#41406d
}

