.wrapper {
    display: flex;
    justify-content: center;
    background-color: aqua;
    font: red;
}

