/* Auth Section Styles */
.auth-section {
    background-color: #000000; /* Black background */
    margin: 0px;
    padding: 0px;
    justify-content: center;
    align-items: center;
}

.auth-container {
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 0%;
    gap: 20px; /* Space between buttons */
    max-width: fit-content;
}



.auth-link:hover {
    color: #669ff3; /* Hover color */
    transform: scale(1.1); /* Slight zoom effect on hover */
}
