.btn {
    transition: all .3s ease;
    &--sqr {
        aspect-ratio: 1;
    }
}