@import '/css/fonts/Linux-Libertine.css';
@import '/css/fonts/Label.css';
@import '/css/fonts/OldNews.css';
@import '/css/fonts/Noir-et-Blanc.css';
@import '/css/fonts/Typo.css';


html,
body{
  margin: 0;
  padding:0;
  font-family: 'Linux Libertine', serif;
  
  font-size:16px;
  box-sizing: border-box;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;

}

p, ul {
  margin-bottom: 1em;
  margin-top: 1em;
}




#content{
  display: block;
  width : 900px;
  position: relative;
  color:black;
  top:0%;
  left : 0;
  right : 0;
  padding: 25px 10px;
  margin: 33vh auto;
}



a {

  text-decoration: none;
  background-color:black;
  color: white;
  
}

a:hover {
  background-color:white;
  color:black;
}

img{
  position: relative;
  display:block;
  width: 100%;
  right:0;
  left:0;
  margin: 2% auto;
}







pre{
  font: inherit;
  word-break: inherit;
  white-space: pre-wrap;       /* css-3 */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 */
  white-space: -o-pre-wrap;    /* Opera 7 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

code{
  word-break: inherit;
}

h1{
  font-size: 3.618em;
}
h2{
  font-size: 2.618em;
}
h3{
  font-size: 1.27201964951em;
}

h4{
  font-size: 1.17209526285;
}
h5{
  font-size: 1.12783848556;
}
h6{

}

iframe {
  width : 100%;
  height : 400px;
}

