/*
Theme Name: Style Ghibli
Author: Elodie Somerlinck
Version: 1.0
*/
html{
    margin: 0;
}
body {
    margin: 0;

}
main {
    padding: 20%;
    padding-top: 1%;
    padding-bottom: 3%;
    text-align: center;  
}
footer, .header{
    text-align: center;  
    padding: 5%;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}
.intro{
    margin: 5vw;
}
form{
    text-align: center;
    max-width: 800px;
    margin: 2vh auto;
}
a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    margin-bottom: 2%;
}
a:hover {
    text-decoration: underline;
}
.tx{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}
button {
    border: 2px solid rgb(0, 0, 0);
    border-radius: 2px;
    padding: 10px 20px;
    background-color: rgb(255, 255, 255);
}
button:hover {
    color: rgb(254, 254, 254);
    border: 2px solid rgb(254, 254, 254);
    border-radius: 5px;
    padding: 10px 20px;
    background-color: rgb(0, 0, 0);
}
input {
    background-color: rgb(253, 253, 253);
    width: 250px;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 2px;
}
ul, .menu__liste{
    list-style: none;
}
li, .menu__el{
    display: inline-block;
    padding: 1%;
    border-left: 1px solid rgb(253, 253, 253);
    border-right: 1px solid rgb(253, 253, 253);
}
.menu__link{
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.menu__link:hover{
    text-decoration: underline;
}
.container{
    width: 30vw;
    text-align: center; 
    margin: auto;
}
.fiche{
    margin-top: 5vh;
    border: 2px solid black;
    padding: 2em;
    border-radius: 20px;
}
.image{
    width: 10vw;
    text-align: center; 
    margin: auto;
}
.image img{
    width: 100%;
    text-align: center; 
}

