body{
  background-color: #A5A5AF;
  color: #2F282F;
  font-family: 'Roboto',sans-serif;
  width :100% ;
}

#global{
  width :80% ;
  margin :auto ;
  padding :25px ;
  background :#3c3c3c ;
}

header{
  width :100% ;
}

#contenu{
  width :60% ;
}

footer{
  width :100%
}

h1 {
  scale: 1.5;
  text-align: center;
  transition:transform .9s;
  text-shadow:0 1px 0 #ddd, 
   0 2px 0 #d9d9d9,
   0 3px 0 #ddd,
   0 4px 0 #e9e9e9,
   0 5px 0 #aaa,
   0 6px 1px rgba(0,0,0,.1),
   0 0 5px rgba(0,0,0,.1),
   0 1px 3px rgba(0,0,0,.3),
   0 3px 5px rgba(0,0,0,.2),
   0 5px 10px rgba(0,0,0,.25),
   0 10px 10px rgba(0,0,0,.2),
   0 20px 20px rgba(0,0,0,.15);color:#000;
}

h1:hover {
  transform: scale(1.1);
}
img {
  width: 21%; 
  height: auto; 
  display: block;
  position: center;
  margin-left: 38%;
}

h2 {
  scale: 1.5;
  text-align: center;
  transition:transform .9s;
  text-shadow:0 1px 0 #ddd, 
   0 2px 0 #d9d9d9,
   0 3px 0 #ddd,
   0 4px 0 #e9e9e9,
   0 5px 0 #aaa,
   0 6px 1px rgba(0,0,0,.1),
   0 0 5px rgba(0,0,0,.1),
   0 1px 3px rgba(0,0,0,.3),
   0 3px 5px rgba(0,0,0,.2),
   0 5px 10px rgba(0,0,0,.25),
   0 10px 10px rgba(0,0,0,.2),
   0 20px 20px rgba(0,0,0,.15);color:#000;
}

h2:hover {
  transform: scale(1.1);
}

body {
    font-family: Arial, sans-serif;
    text-align: center;
}

.container {
    margin-top: 100px;
}

.button {
    background-color: #4CAF50; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}

.button:hover {
    background-color: #45a049; 
}


.container {
    text-align: center;
    margin-top: 50px;
}

.scary-button {
    background-color: #ff0000;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.scary-button:hover {
    background-color: #990000;
}

.submit-button {
    background-color: #0066ff;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #003366;
}

body {
    font-family: Arial, sans-serif;
    text-align: center;
}

.container {
    margin-top: 100px;
}

.button {
    background-color: #4CAF50; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}

.button:hover {
    background-color: #45a049; 
}

input[type="text"] {
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #666666; 
    background-color: #333333; 
    color: #ffffff;
    margin-right: 10px;
}

input[type="text"]::placeholder {
    color: #cccccc;
}