    body {
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif;
        margin: 0;
        padding: 0;
        height: 100svh;
        background-color: #242628;
        background-image: url(./hero.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        color: #ffffff;
        text-align: center;
        align-content: center;
        backdrop-filter: brightness(40%);
    }
    .wrapper {
        margin: 10px auto;
        max-width: 600px;
    }
    .profile-img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        filter: brightness(90%);
        border: 5px solid #ffffff;
        outline: 5px solid #f6821f;
        object-fit: cover;
        margin: 0;
    }    
    h1 {
        font-size: 2rem;
        margin: 10px 0 15px 0;
    }
    h3 {
        color: #ff9e40;
        font-size: 1.6rem;
        margin: 50px 0 0 0;
    }
    h4 {
        color: #ff9e40;
        font-size: 1.2rem;
        margin-bottom: 5px;
    }
    p {
        font-size: 1rem;
        margin: 5px;
    }
    .social-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 90%;
        gap: 15px;
        margin: 15px auto;
    }
    .social-links a {
        color: #ffffff;
        text-decoration: none;
        margin-left: 10px;
        font-size: 1.1rem;
    }
    .social-links i {
        margin-right: 8px;
        font-size: 1.2rem;
    }    
    footer p {
        margin-top: 15px;
        font-size: 0.9rem;
        color: #ffffff;
    }