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

.input {
    border: var(--border-width-sm) solid var(--border-color-light);
}

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