header div div img {
    height: 100px;;
}

.titre {
    font-size: 25px;
    font-family: monoRegular;
}

header {
    background-color: rgb(2, 53, 95);
    color: white;
    padding: 10px;
}

body {
    margin: 0px;
    padding: 0px;
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.flex-item {
    width: 33%;
}

.flex-img {
    align-items: start;
}

.flex-txt {
    text-align: center;
}

@font-face {
    font-family:monoRegular;
    Src:url(./../fonts/MonoRegular.ttf);
}