.btt--button{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
}
    .btt--button svg{
        transform: rotate(90deg);
    }

.btt{
    display: flex;
    align-items: center;
    justify-content: center;
}