.centre {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    background: #160C1D;
    
    position: absolute;

    top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%);
}