html, body {	height: 100%}body {	background-color: #2c2c2c;	margin: 0;    display: flex;    flex-direction: column;}.etage {    display: block;    text-align: center;}.txt_main {    display: block;    color: white;    font-size: 30px;    width: 100%;    text-align: center;    margin-top: 20px;}#commissions{    display: block;    text-align: center;}#commissions img{    max-width: 500px;    margin-top: 10px}.container_supports {    max-width: 1280px;    display: flex;    justify-content: space-between;    margin: auto;    margin-top: 20px;    gap: 40px;}    .container_supports a {        display: flex;        align-items: center;        flex-direction: column;        gap: 5px;    }        .support_logo {            max-width : 400px;            flex: 1;        }            .support_logo img {                width: 100%;                height: 100%;                object-fit: contain;            }.container_logo {    margin-top: 20px;	width: 80%;    display: flex;    justify-content: space-between;    margin-left: auto;    margin-right: auto;}    .container_logo a {        display: flex;        align-items: center;        flex-direction: column;        gap: 5px;    }        .logo {            max-width : 80px;            flex: 1;            display: flex;            align-items: center;        }            .logo img {                width: 100%;             }a, p {	color:white;}footer {    text-align: center;    margin-top: auto;}@media (max-device-width:768px) {    p {        font-size:3em;        padding-left: 20px;        padding-right: 20px;    }    #commissions img{        width: 100%;        max-width: initial;    }    .container_supports {        display: flex;        width: auto;        height: 80%;        flex-direction: column;    }	.container_logo {		display: flex;		width: auto;		height: 80%;		flex-direction: column;        gap:1em;	}        .container_logo a, .container_supports a{            justify-content: center;            flex-direction: row;        }            .logo_txt {                font-size: 5em;            }                .logo img {                    height: 100%;                }}