html, body {
    width: 100%;
    height: 100%;
}

.gate {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.gate > div {
    flex: none;
}