@import url('https://fonts.googleapis.com/css?family=Montserrat:100,400');

body{
    background-color: black;
    text-align: center;
    
}

img{
    width: 160px;
    margin: 20px 0 60px;
}

h1{
    font-family: Montserrat;
    color: white;
    font-weight: 100;
    font-size: 20px;
    margin: 50px 0;  
}

p{
    font-family: Montserrat;
    color: white;
    font-weight: 100;
    font-size: 18px;
    margin: 50px 0;  
}

.cont{
    width: 700px;
    margin: 0 auto;
}

.liens{
    width: 200px;
    background-color: white;
    text-decoration: none;
    color: black;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    margin: 20px;
}