.presentation {
    /*box*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:100%;
    max-width: 1400px;
    margin:auto;
}