/*
Theme Name: Astra Child
Template: astra
Author: Ekikouki
Description: Thème personnalisé
Version: 1.0.0
*/

/* HEADER - front */
#hero {
  background-color: #010101;
  color: white;
  display: flex; 
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  padding-top: 20px;
}

#hero h1 {
    color: white;
    padding-bottom: 0;
}

#hero h1 span {
    color: white;
    letter-spacing: 10px;
    font-size: 20px;
    display: block;
    margin-bottom: 50px;
}

#hero #answers {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
}

#hero a {
    background-color: #0C71C3;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 20px;
}