body {
    background-color: rgb(15, 12, 12);
    font-family: "Inter", sans-serif;
    align-items: center;
    
    
}


.main {
    font-size: 14px;
    border-radius: 9px;
    align-items: center;
    color: aliceblue;
    background-color: hsl(0, 0%, 12%);
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 250px;
    height: auto;
    margin-top: 99px;
    padding: 45px 80px 40px 80px;
    transition: all 0.3s ease;
    transform: scale(1);
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    
    
}


.main:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    background-color: #1a1a1a;
    
}
.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.bodyy-container {
    display: block;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}
.profile-img {
    
    width: 110px; /* adjust size */
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    border: none; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* optional shadow */
    
}
.profile-card {
    text-align: center;
    color: white;
    font-family: Arial, sans-serif;
    margin-top: 20px;
}

.profile-card h2 {
    
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0;
}

.location {
    color: #b0ff00; /* neon green color */
    font-weight: bold;
    margin: 3px 0;
    
    
}

.tagline {
    color: #d1d1d1;
    font-weight: 500;
    font-size: 14px;
    margin: 24px 0;
}

.bt-1 {
    
    font-weight: 700;
    display: block;
    text-align: center;
    color: rgb(255, 255, 255);
    border: none;
    background-color: hsl(0, 0%, 19%);
    padding: 14px 0;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.bt-1:hover {
    
    cursor: pointer;
    background-color: rgb(126, 0, 175);
}



.button {
    padding-top: 8px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}