.interface {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 16px;
}

.buttonContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
}
