/*
    Auteur: Jackie Pan
    Date de création: 10.01.2025
    Description: Ceci est le code CSS de la page HTML qui sert à changer les styles et position.
*/
body {
    background-color: #faf373;
}

header {
    color: black;
}

h1 {
	text-align: center;
	margin-top: 50px;
}

p {
    width: 62%;
    height: auto;
    background-color: #fffaa8;
	border-radius: 20px;
	padding: 20px;
	font-size: 20px;
	margin: auto;
	margin-top: 50px;
	line-height: 1.5;
}

h3 {
    font-size: 20px;
    width: 62%;
    height: auto;
    text-align: justify;
	line-height: 1.5;
    overflow: auto;
    background-color: #dcfab4;
    padding: 20px;
    border-radius: 10px;
    margin: auto;
    margin-top: 50px;
}

nav {
	background-color: #e3d705;
}

.subaru img {
    margin-left: 24%;
}

.guts img {
	margin-right: 24%;
}

.styles_de_dessin {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
}

.styles_de_dessin img {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    color: black;
    max-width: 50%;
    margin-bottom: 50px;
	margin: auto;
	text-align: center;
}

@media screen and (max-width: 1800px) {
}