/*
** Réalisation : Samuel KRAWCZYK - KRZK
** https://www.krzk.fr
*/

body {
  margin: 0;
  background-color: #7a7dff;
  color: #fff;
}

a {
  color: #4e51c3;
}

.btn {
  background-color: #fff;
  color: #4e51c3;
}
.btn-secondary {
  background-color: #4e51c3;
  color: #fff;
}

.content-home {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50dvh;
  text-align: center;
}