/* julie burin des roziers
feuille de style sur la page des sources et liens
09.01.2025 */

html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px;
}

footer {
  text-align: center;
  padding: 10px;
  position: relative;
}

@media screen and (max-width: 500px) {
  html, body {
    height: auto;
    margin: 0;
  }
}