@import url('https://fonts.googleapis.com/css2?family=Proza+Libre&display=swap');
body, html {
    margin: 0px;
    height: 100%;
    background-color: #c6c6c6;
    font-family: 'Proza Libre', sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

img {
    margin-top: 50px;
}

.banniere {
  margin-top: 20px;
  font-size: 30px;
  color: white;
}

h3 {
    font-size: 25px;
    color: #d70911;
}

a {
    font-size: 20px;
    color: #d70911;
    text-decoration: none;
}
