html, body {
    height: 100%;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
    background-color: #f1f1f1;
    padding: 20px 0;
    text-align: center;
}

h1, h2, h3 {
    font-family: 'Poppins', sans-serif;
}

.profile-img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

a {
    color: #333333;
}

.hero {
    background: linear-gradient(135deg, #6C63FF, #3B3B98);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.feature-icon {
    font-size: 2.5rem;
    color: #6C63FF;
}

.login-container {
    min-width: 400px;
    max-width: 600px;
    margin: 100px auto;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.account-wrapper {
    flex: 1;
    display: flex;
    padding: 40px;
    gap: 30px;
}
.account-menu {
    width: 250px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 20px;
    height: fit-content;
}
.account-content {
    flex: 1;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.test {
    color:#1e90ff
}
