@font-face {
  font-family: "Roboto";
  src: url("Roboto-Regular.ttf") format("truetype");
}

body{
    background-image: url("../img/bg.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    text-align: center;
    font-family: "Roboto";
}

#container{
    width:400px;
    margin:0 auto;
    margin-top:10%;
    padding: 30px;
    border: 1px solid #f1f1f1;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 8px;
}

h1{
    margin-top: 0;
    margin-bottom: 0;
    font-size:250%;
    color:#0177c1;
}

h4{ 
    margin-top: 0;
    margin-bottom: 15%;
    color:darkgrey;
}

#item{
    margin:10%;
}

.bouton {
    background-color: #0177c1;
    color: white;
    padding: 14px 20px;
    border: 1px solid #0177c1;
    text-decoration: none;
    border-radius: 4px;
}

.bouton:hover {
    background-color: white;
    color: #0177c1;
    border: 1px solid #0177c1;
}

.site{
    text-decoration: none;
    color:black;
}

.site:hover{
    color:#0177c1;
}