@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body{
    color: #eee;
    margin: 0;
    background-color: #222831;
}

span{
    color: gold;
}

header{
    padding: 20px;
    margin: 10px;
    text-align: center;
    font-family: "Inconsolata", monospace;
    background-color: #393E46;
    border-radius: 18px;
}

header p{
    text-decoration: double;
}

article img{
    width: 200px;
}
.systeme-solaire{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.systeme-solaire img{
    
    width: 90%;
}
.planetes{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer{
    background-color: #393E46;
    display: flex;
    justify-content: center;
}

