.aminor-logo {
    width: 200px;
}

.terms {
    padding-top: 80px;
}

.video {
    font-size: 30px;
}

.ui-video-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #007bff; /* blue background */
    color: white !important;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 30px;
    font-size: 1.1em;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: background 0.3s ease, transform 0.2s ease;
}

.ui-video-toggle:hover {
    background: #0056b3;
    transform: scale(1.05);
}

.ui-video-toggle .icon {
    margin-right: 10px;
    font-size: 1.3em;
}




