
body {
    margin: 0;
    background: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    text-align: center;
}

.hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.avatar-frame {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    padding: 6px;
    background: #00eaff;
    box-shadow: 0 0 25px #00eaff, 0 0 60px #00eaff;
}

.avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

h1 {
    margin-top: 20px;
    font-size: 45px;
    color: #00eaff;
}

.typing {
    font-size: 22px;
    margin-bottom: 25px;
    height: 25px;
}

.btn {
    padding: 12px 30px;
    color: #000;
    background: #00eaff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 0 15px #00eaff;
}

.section {
    padding: 70px 20px;
}
