html {
    background-color: BLACK;
}
body {
    color: white;
    font-size: 20px;
    font-family: californian FB;
	width:100%;
Margin:5px;
Text-align:justify;
}
.bouton{
      width : 15%;
      height : 30px;
      display : inline-block;
      border : solid 1px BLACK;
	  text-align: center;
	  position: relative;
	  background-color: #555555;
    color: #ffffff;
    list-style-type: none;
    margin: 4px;
    padding: 2px;
}
nav ul {
    list-style-type: none;
    font-size: 32px;
    font-weight: bold;
    color: white;
    text-align: center;
}
.t1{
	padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 0;
    color: #1e1e1e;
    background-color: #e7e5e4;
    font-family: 'Gabriela', serif;
    font-size: 80px;
    letter-spacing: .01em;
    text-align: center;
}
	