/*
	auteur: niilo rein
	version du : 14 mars 2025
	style de la page d'acceuil
*/

body {
  background-image: url('./../images/images.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.clock {
  text-align: center;
}

.paragraphe1,
.paragraphe2,
.clock {
  padding: 40px 20px;
  max-width: 50vw;
  margin: 30px auto;
  border-radius: 10px;
  background-color: orange;
}

.intro-title {
  padding: 40px 20px;
  max-width: 50vw;
  margin: 30px auto;
  border-radius: 10px;
  background-color: orange;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-height: 3vw;
}

a {
  text-decoration: none;
  color: #13b1bf;
}