* {
    margin: 0;
    padding: 0;
}

.body {
    margin: 0%;
    overflow: hidden;
}

strong {
    font-family: Playfair Display;
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 12px;
}

.text {
    position: absolute;
    z-index: -1;
    color: white;
    font-family: Roboto;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: left;
    margin: 2%;
}

#infos {
    z-index: 100;
}