header h1 {
    font-family: 'Georgia', 'Times New Roman';
    font-style: italic;
    margin: 0%;
    font-size: 50pt;
}

body {
    background-color: rgb(253, 215, 249);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: 0%;
}


header a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}


nav ul {
    list-style: none;
    display: flex;
    padding-left: 1%;
     margin-top: 0.5%;
}

nav ul li {
    margin-right: 20px;
    font-family: 'Georgia', 'Times New Roman';
    font-style: italic;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

nav ul li a:hover {
    color: #f00;
}


body {
    font-family: 'Zapfino', 'Georgia', 'Times New Roman';
}

h2 {
    color: white;
    text-align: center;
    font-size: 50pt;
    margin-bottom: 0px;
}

p {
    margin-top: -10%;
    margin-right: 20%;
    font-size: 15pt;
    color: rgb(74, 45, 6);
    text-align: right;
    font-family: 'Georgia', 'Times New Roman';
}
p1 {
    margin-top: 10%;
    margin-left: 42%;
    font-size: 15pt;
    color: rgb(74, 45, 6);
    text-align: left;
    font-family: 'Georgia', 'Times New Roman';
}


.profile-img {
    text-align: left;
    margin-left: 15%;
}

.assist {
    text-align: center;
}

.icon-mail {
    cursor: pointer;
    padding-left: 10px;
    color: aliceblue;
}

.team-members .team-member p {
    color: rgb(0, 115, 161);
}

.team-members {
    text-align: center;
}

.team-members .team-member img {
    width: 200px;
    height: 200px;
}
