
.TIE {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 120px;
}
.TIE1 {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 50px;
}

p.bio {
    text-align: center;
}

hr {
    width: 100px;
    height: 2px;
    background-color: #2199e8;
    margin-bottom: 50px;
    margin-top: 10px;
}

img.Pic {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 4px rgba(0, 0 ,0 ,0.7);
}

img.Pic1 {
    width: 500px;
    height: 320px;
    border-radius: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 4px rgba(0, 0 ,0 ,0.7);
}

img.Pichead {
    width: auto;
    height: auto;
    border-radius: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
h1.name {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    font-family: "Prompt", sans-serif;

}
h5.name {
    text-transform: uppercase;
    font-size: 1 rem;
    text-align: center;
    margin-top: 20px;
    font-family: "Prompt", sans-serif;

}

span.slogan {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(51 ,51 ,51 ,0.7);
    margin-bottom: 35px;
    font-family: "Prompt", sans-serif;
}

.social-img ul {
    margin: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;

}

.social-img ul li {
    display: inline;
    background-color: rgba(204 ,204 ,204 ,0.5);
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 150ms ease-in-out;
}

.social-img ul li:hover {
    background: #ccc;
}

h5 {
    text-align: center;
    font-size: 1.1rem;
    margin-top: 50px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.work {
    margin-bottom: 25px;
}

.footer {
    text-align: center;
    padding: 20px 0;
    color: rgba(51 ,51 ,51 ,0.5);
}

