html {
    height: 100%;
}
body {
    background: #79246b;
    /*height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Didact Gothic', sans-serif;
    background: linear-gradient(#161615, #7b246d);*/
}
 .h1, h1 {
    font-size: 2rem;
    color:#340635;
  }
.fond {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: linear-gradient(180deg, rgba(86,31,77,1) 0%, rgba(123,36,109,0) 100%);
}

h6 {color:#fff;
text-align: center;
    margin-top:5px;
    
}
a, a:hover, a:active{text-decoration: none;}
.btn{
      border-radius: 10px;
}

@media (max-width: 768px) {
  .h1, h1 {
    font-size: 1.6rem;
    font-weight: 300;
  }
    

}

