 
body{
    background-color: #0B0B66;
    color:white;
}
a{
    color:white;
    margin-bottom: 25px;
    text-decoration: none;
    border: 1px white;
    padding: 8px;
    border-radius: 12px;
    padding: white;
}
.source{
    background-color: white;
    color: black;
    border-radius: 30px;
    border: 1px white;
}
main{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;

}
.buttonTitre{
    display:flex ;
    flex-direction: row;
    justify-content: space-around;
  

}
#woSource{
    display: flex;
    flex-direction: column;
}
button{
    height: 4cm;
    width: 10cm;
}


footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: gray;
    width: 100%; 
    bottom:0;
    left:0;   
    flex-direction: row;
    position: fixed;
     
}
#buttonHaut{
    display: flex;
    justify-content: center;
}
@media (max-width: 595px){
    .navigation{
        height: 2cm;
        width: 2cm;

    }
    .source{
        border-radius: 20px;
        font-size: 15px;
    }
    h2{
        font-size: 15px;
    }

}