J'ai un conteneur avec 2 éléments. J'ai utilisé flexbox pour les centrer, mais je veux en avoir un au milieu et un autre en bas, mais il doit également être centré.
.primary__section {
background: url("../img/photo_up.png") no-repeat;
background-size: cover;
background-position: 50%;
min-height: 100vh;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
&__logo {
width: 260px;
}