.rotate {
    transform: rotate(90deg);
}

.translateY {
    transform: translateY(-100px);
}

.invalid {
    transform: scale(invalid);
}
