body {
    background: #0b0b0f;
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.container {
    max-width: 900px;
    margin: auto;
    padding: 60px 20px;
}

.main-name {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    color: #ffb6d9;
    text-shadow: 0 0 25px rgba(255, 182, 217, 0.7);
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.typing {
    color: #ffc2e2;
    margin-bottom: 40px;
    font-weight: 500;
}

.about-wrapper {
    max-width: 650px;
    margin: auto;
    padding: 35px;
    border-radius: 20px;
    border: 1px solid rgba(255, 182, 217, 0.3);
    box-shadow: 0 0 30px rgba(255, 182, 217, 0.1);
    background: #111116;
}

.about {
    line-height: 1.8;
    font-size: 15.5px;
    color: #e8e8e8;
}

.contacts {
    margin-top: 60px;
}

.contacts h3 {
    margin-bottom: 15px;
}

.buttons a {
    display: inline-block;
    margin: 10px;
    padding: 12px 24px;
    border-radius: 10px;
    border: 1px solid #ffb6d9;
    color: #ffb6d9;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
}

.buttons a:hover {
    background: #ffb6d9;
    color: black;
    box-shadow: 0 0 15px #ffb6d9;
}

.skills {
    margin-top: 70px;
    padding: 35px;
    border-radius: 16px;
    background: #14141b;
    border: 1px solid #ffb6d9;
}

.skills h3 {
    margin-bottom: 15px;
}

.skills p {
    line-height: 1.7;
}

.quote {
    margin-top: 20px;
    color: #ffb6d9;
    font-style: italic;
}

.projects {
    margin-top: 70px;
}

.project-card {
    margin-top: 30px;
    padding: 30px;
    border-radius: 16px;
    background: #14141b;
    border: 1px solid #ffb6d9;
    transition: 0.3s;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(255, 182, 217, 0.3);
}

.project-card h4 {
    margin-bottom: 10px;
}

.project-card p {
    color: #d7d7d7;
}

footer {
    margin-top: 80px;
    opacity: 0.5;
}

#changing-text {
    display: inline-block;
    min-width: 300px;
    height: 32px;
}

header h2 {
    min-height: 40px;
}