h1{
    width: 100%;
    background-color: #3366cc;
    color: white;
    text-align:center;
    margin:0px;
    padding: 5vh;
  }
  
.home_link {
    margin-top: 10vh;
    vertical-align: top;
    background: #24478f;
    color: white;
    text-decoration: none;
    border: lightgrey 1px solid;
    display: inline-block;
    width: 30%;
    padding: 4%;
    margin-left: 5%;
    margin-right: 5%;
  }

p{
  font-size: 18;
}
  
body{
  margin: 0px;
}

#content{
  background: url("/static/blog/images/fond.png") repeat fixed;
  height: 100vh;
}

