body {
  
  color:#F5F2E9;
  font-size: medium;
  background-color: black;
  background-image: url("images/blackkraft.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
  text-align: justify;
  text-justify: inter-word;

}

.newsletter {
  display: flex;
  flex-direction: column; /* <- c'est ça qui force vertical */
  align-items: center;
  gap: 10px; /* espace entre input et bouton */
}


.photo img {
    max-width: 70%;   
    height: auto;
    display: block; 
    margin: 40px auto 0 auto;
}


@media (min-width: 768px) {
    .photo img {
        max-width: 35%;
    }
}

@media (min-width: 1200px) {
    .photo img {
        max-width: 25%;
    }
}

.copyright {
  font-size: 12px;   
  color:#F5F2E9;      
  margin-top: 4px;
  font-style: italic;
  text-align: center;
}

.content {
  max-width: 400px;
  margin: 30px auto;    
  padding: 25px 20px;  
  line-height: 1.8;          
  text-align: justify,center;
  text-justify: inter-word;
  
  
}

@media (max-width: 480px) {
  .content {
    max-width: 90%;       
    padding: 15px 10px;     
    font-size: 16px;         
    line-height: 1.6;  
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}


.photogrenade {
  pointer-events:auto;
  text-align: center;      
  margin: 15px auto 20px auto;  
  position: relative;      
}

.photogrenade img {
  width: 220px;
  height: auto;
  display: inline-block;   
  vertical-align: middle;  
  position: relative;
  top: -50px;              
  animation: gentle-breath 8s infinite ease-in-out;
}

@keyframes gentle-breath {
  0%, 100% { transform: scale(1); opacity: 0.98; }
  50% { transform: scale(1.02); opacity: 1; }
}

.footer {
    position: relative;
    top: -60px;
    text-align: center;
    padding: 20px;
}

.Insta {
    margin-bottom: 15px; 
}

.Insta a {
    color: #c17d80;
    text-decoration: none;
    display: inline-block; 
}

.designed {
    font-size: 12px;  
    color: #c17d80;      
    font-style: normal;
    margin: 0; 
    }

.emoji {
  font-size: 2rem;   
  display: inline-block;
  text-align: center;
}

.main-button {
  display: inline-block;
  margin: 30px auto 0 auto;
  padding: 0.7rem 0.9rem;
  background-color: #5e6067;
  text-decoration: none;
  color: white;
  font-size: 1rem;
  font-family: 'Courier New', Courier, monospace;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.main-button:hover {
  background-color: #4a4d52;
}

.footer {
  text-align: center;
  padding: 40px 20px;
}
