@font-face {
    font-family:birds;
    src: url(Birds\ of\ Paradise\ И\ PERSONAL\ USE\ ONLY.ttf)
  }
  @font-face {
    font-family:berli;
    src: url(Berlishanty\ Calligraphy\ Italic.ttf)
  }
  @font-face {
    font-family:digi;
    src: url(DS-DIGI.TTF)
  }

  body { 
    color: silver;
    background-image: url("cr.jpg");

}

.tou {
    display: flex;
}
.centre { 
    border: 10px ridge silver;
    background-image: url("pr.webp");
  padding: 0.5rem;
    font-family: berli;
    font-size: 20pt;
   font-family: digi;
    color: silver;
    flex :8;
  flex-direction: column;
  text-shadow:
  1px 1px 2px rgb(238, 237, 238),
  0 0 1em rgb(243, 166, 241),
  0 0 0.2em rgb(255, 35, 141);

}

titre {
    font-family: berli;
    font-size: 160pt;
    margin-left: 10px;
     text-shadow:
  3px 3px 8px rgb(103, 101, 103),
  0 0 1em rgb(57, 50, 56),
  0 0 0.2em rgb(227, 81, 151);
}

.gauche {
    border: 10px ridge silver;
    background-image: url("shine.gif");
  padding: 0.5rem;
  flex-direction: column;
  width: 10%;
  
  flex :1;
  
}

.droite {
    border: 10px ridge silver;
    background-image: url("shine.gif");
  padding: 0.5rem;
  flex-direction: column;
  width: 10%;
  
  flex :1;
  
}

input {
    background-image: url("shine.gif");
    border: 4px ridge silver;
    
    color: palevioletred;
    text-shadow:
  3px 3px 5px rgb(238, 237, 238),
  0 0 1em rgb(243, 166, 241),
  0 0 0.2em rgb(255, 35, 141);
  font-family: digi;
  box-shadow:
  3px 3px 5px rgb(238, 237, 238),
  0 0 1em rgb(243, 166, 241),
  0 0 0.2em rgb(255, 35, 141);
  }
  textarea {
    background-image: url("shine.gif");
    border: 4px ridge silver;
    
    color: palevioletred;
    text-shadow:
  3px 3px 5px rgb(238, 237, 238),
  0 0 1em rgb(243, 166, 241),
  0 0 0.2em rgb(255, 35, 141);
  font-family: digi;
  box-shadow:
  3px 3px 5px rgb(238, 237, 238),
  0 0 1em rgb(243, 166, 241),
  0 0 0.2em rgb(255, 35, 141);
  
  }

  .gauche img {
    max-width:100%;
	max-height:100%;
	border:0;
}
.droite img {
    max-width:100%;
	max-height:100%;
	border:0;
}

.secret {
  background-color: none;
  border: 3px solid red;
  width: 21cm;
  height: 29.7cm;
  
}
.secretext{
  font-family: birds;
  color: black;
  font-size: 30px;
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 10%;
  line-height: 60px;
}

.auteur{
  color: gold;
  font-size: xx-large;
}

button
{
  font-family: birds;
  font-size: 20px;
  background-image: url("shine.gif");
  border: 4px ridge silver;
  margin-left: 40px;
  color: palevioletred;
    text-shadow:
  3px 3px 5px rgb(238, 237, 238),
  0 0 1em rgb(243, 166, 241),
  0 0 0.2em rgb(255, 35, 141);
}

.popup1 {
  width: 500px;

  border: 9px ridge rgb(126, 126, 126);



}
.popup1 img {
  width:500px;
}



