.max-w-\[250px\] {max-width:250px;}
.max-w-\[450px\] {max-width:450px;}

/* Spin animation for browsers that do not support Tailwind animate-spin */
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.animate-spin {
    animation: spin 1s linear infinite;
}

.logo, .logo img, .logo-icon {width:auto;height:38px;}