﻿@font-face {
    font-family: 'lunaregular';
    src: url('./Fonts/luna-webfont.woff2') format('woff2'), url('./Fonts/luna-webfont.woff') format('woff'),url('./Fonts/Luna.ttf');
    font-weight: normal;
    font-style: normal;
}
    h1 {color: peru;font-size: 72px;font-family:lunaregular;}
h2{font-family:'Lunaregular';}
a {color: green;padding: 20px;}
a:hover{color: red;}
p {font-family: 'Lobster two', sans-serif;font-weight: 400; font-style: normal;}
#bandeauh{background-color: rgba(224,224,224, 0.5);text-align:center;}
#texte{background-color:rgba(224,224,224, 0.5);}
#hero{background: url('./Standre.jpg');background-repeat: no-repeat;background-size:cover;}
#logo{text-align:center;}