@import url(fonts/stylesheet.css);


body{
    color:gray;
    margin: auto;
    padding: 10px;
}


img{
    max-width: 100%;
    height: auto;
}


button{
  background-color: white;
  border: none;
  margin-bottom: 20px;
}

.home{
  height: 50px;
  width: 200px;
  border: 0;

}


p{
    font-family: 'Courier New', Courier, monospace;
    font-size: 2.5vw; 
    text-align: center; 
}


.bloc{  
    width: 100%;
    height: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dashed;
    color: grey;
}


.gif{
    max-width: 100%;
display: block;}


