html {
    font-family: Arial, Helvetica, sans-serif;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(40,140,180);
    padding: 20px;
    text-align: center;

}

body{
    margin-top: 0%;
    background-color: rgb(250, 250, 200);
}

p {
    font-weight: bold;
}

img{
    position: static;
}

input[type=button] {
    display: inline-block;
    bottom: 10px;
    font-weight: bold;
    background-color: rgb(250, 250, 200);
    border-radius: 4px;
    width: 150px;
    padding: 7px;
    cursor:pointer;
}

.centrer{
    text-align: center;
}

.buttons{
    text-align: center;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    gap: 10px;
}

.title {
    text-align: center;
}

.corps{
    margin-top: 5%;
}