body{
    background-color: rgba(207, 200, 200);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

header{
    background-image: url(japan-background-digital-art.jpg);
    background-size: cover;
    color: rgb(32, 30, 30);
    padding: 2rem;
    text-align: center;
    font-size: 25px;
}
nav{
    padding: 15px 0;
}

nav ul{
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    padding: 1rem 0;
}

nav a{
    color: #ffff;
    text-decoration: none;
    padding: -0.5rem 1;
    text-align: center;
}

nav a:hover{
    color: gray;
    
}
h1, nav a {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

footer{
    background-color: rgb(207, 200, 200);
    color: black;
    text-align: center;
    margin-bottom: 1rem;
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    position: absolute;
    bottom: 0;
    left: 35%;
    height: auto;
    display: flex;
    
}
.S{
    color: brown;
}
section{
    padding: 2rem;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}
section h2{
    margin-bottom: 1rem;
}
section img{
    width: 500px;
}
p{
    font-family: 'Times New Roman', Times, serif;
}


.pied{
    padding: 15px 0;
}

.pied{
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    padding: 1rem 0;
    gap: 100px;

}

.pied a{
    color: black;
    text-decoration: none;
    padding: -0.5rem 1;
    text-align: center;
}


