* {
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Gothic A1', sans-serif;
    background-image: url(/assets/image/sun.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 3em;
    ;
}

.planet{
    width: 200px;
    padding: 5px;
    
}
.space{
    padding: 1rem;
    margin-top: 2rem;
}
.consigne{
    text-align: right;
    margin-right: 4.5rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    

}
.titre{
    text-align: right;
    font-size: x-large;
    margin-right: 3rem;
    padding-bottom: 1em;
}
.click {
    display: flex;
    justify-content: center;
 
}
.button {
    background:#3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #ffffff;
    font-size: 1.2rem;
    padding: 10px 20px 14px 20px;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    margin: 20px;
    
 
  }
  
  .button:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;

}

.foot{
  margin: 0rem;
  padding: 1.5rem;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  font-size: x-small;
}