@charset "utf-8";
body {background-color: black;
}


/*index principal*/


header {
    display: flex;
    flex-direction: column;
    margin-left: 540px;
    margin-right: 545px;
    background-color: mediumseagreen;
    }

header h1 {
    text-align: center;
    font-family: 'Anton', sans-serif;
    font-size: 100pt;
    margin-top: -40px;
    }

header h2 {
    margin-top: -100px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 50pt;
    color: white;
    }

nav {
    color: white;
    text-align: center;
      }


section ul li {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 10px;
    margin-left: 500px;
    margin-right: 545px;
    background-color: forestgreen;
    margin-bottom: 1em;
    }


section ul li a {
    text-decoration: none;
    font-size: 18pt;
    font-family: 'Anton', sans-serif;
    }


#utiles {
    display: flex;
    justify-content: center;
    margin-left: 540px;
    margin-right: 545px;
    margin-top: 2em;
    background-color: rgb(247, 160, 74);
    }

footer {
    display: flex;
    justify-content: center;
    margin-left: 540px;
    margin-right: 545px;
    margin-top: 2em;
    background-color: rgb(244, 133, 23);
    font-size: 20pt;
    }

#flecha img {
    width: 80px;
    }



