/*
* Généralités
*/

@font-face {
  font-family: myFirstFont;
  src: url(../fonts/leadcoat.ttf);
}

h1{font-family: myFirstfont;}

body{font-family: 'Orbitron', sans-serif !important; padding: 150px;background: linear-gradient(150deg, #ff5c5c, #1bc3ff); color: white !important;}
h1{font-size: 70px; margin-bottom: 4rem !important;     letter-spacing: 2px;}
h2{margin-bottom: 3rem !important; padding-top: 100px;     letter-spacing: 2px;}
p, li{font-size: 24px; margin-bottom: 2rem !important; line-height: 40px; letter-spacing: 2px;}
blockquote{font-size: 18px; margin-bottom: 2rem !important; line-height: 40px; letter-spacing: 2px;}
footer{margin-top: 4rem !important;}
a{color: white !important;}
a:hover{color: #fbff08 !important;}
img{max-width: 100%; padding:40px;}

/*
* Date Footer
*/

.date{float: right;}


/*
* image Chien
*/

.chien-img{text-align: center;}
.chien-img img{width: 500px; height: 400px;}

/*
* Animation Titre
*/

.ml2 {
    font-weight: 900;
    font-size: 3.5em;
  }
  
  .ml2 .letter {
    display: inline-block;
    line-height: 1em;
  }


  