body {
    background: url("../img/fond.webp") fixed;
    display: flex;
    align-items: center;
    flex-direction: column;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p.title {
    font-size: 50px;
    font-weight: 800;
    text-align: center;
}

p.subtitle {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

img {
    width: 25px;
    transition: 0.3s;
    text-align: center;
}

img.pdf {
    padding-left: 15px;
}

img.word {
    padding-left: 20px;
}

img:hover {
    transition: 0.3s;
    scale: 1.3;
}

table {
    border-collapse: collapse;
    display: flex;
}

table p {
    font-size: 20px;
    padding-right: 10px;
    padding-left: 10px;

}

td, th {
    border: 1px solid black;
}

th {
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

footer {
    position: relative;
    padding-top: 200px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
