body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120vh;
    padding-top: 20px;
    margin: 0;
    background-image: url(background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.container {
    text-align: center;
    background-color: white;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.profile-pic {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.name {
    font-size: 16px;
    margin: 10px 0;
    font-family: Droid Arabic Kufi;
    color: red;
}
.titles {
    font-size: 18px;
    font-family: Bauhaus Std medium;
    text-decoration: none;    
    color: black;
}

.bio {
    font-size: 20px;
    color: #666;
    margin-bottom: 20px;
    font-weight: 1000;
    color: black;
    font-family: Bauhaus Std medium;
}

.links button {
    background-color: red;
    color: white;
    border: none;
    width: 300px;
    padding: 15px 10px;
    margin: 7px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 1000;
}
i {
    padding: 0px 10px;
}

.links button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: red;
    background-color: white;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.gallery-item {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item img {
    width: 200px;
    display: block;
}

.title {
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

@media (min-width: 600px) {
    .gallery-item {
        width: calc(50% - 40px);
    }
}

@media (min-width: 900px) {
    .gallery-item {
        width: calc(33.333% - 40px);
    }
}
.icon-website {
    width: 25px;
    height: 25px;
    margin-left: -80px;
    margin-right: 10px;
    margin-bottom: -5px;
}
.icon-instagram {
    width: 25px;
    height: 25px;
    margin-left: -100px;
    margin-right: 10px;
    margin-bottom: -5px;
}
.icon-facebook {
    width: 25px;
    height: 25px;
    margin-left: -110px;
    margin-right: 10px;
    margin-bottom: -5px;
}
.icon-email {
    width: 25px;
    height: 25px;
    margin-left: -115px;
    margin-right: 10px;
    margin-bottom: -5px;
}
.icon-whatsapp {
    width: 25px;
    height: 25px;
    margin-left: -100px;
    margin-right: 10px;
    margin-bottom: -5px;
}
.icon-tiktok {
    width: 25px;
    height: 25px;
    margin-left: -140px;
    margin-right: 10px;
    margin-bottom: -5px;
}
.icon-youtube {
    width: 25px;
    height: 25px;
    margin-left: -110px;
    margin-right: 10px;
    margin-bottom: -5px;
}
.icon-twitter {
    width: 25px;
    height: 25px;
    margin-left: -120px;
    margin-right: 10px;
    margin-bottom: -5px;
}
.icon-map {
    width: 25px;
    height: 25px;
    margin-left: 13px;
    margin-right: 10px;
    margin-bottom: -5px;
}