h1 {
    text-align : center;
}

#profile {
    font-weight: normal;
}

#email{
    font-style: italic;
}

#education {
    color: blue;
}

ul {
    font-weight: bold;
}

li {
    font-weight: normal;
    font-size: 16px;
}

.red {
    color: red;
    font-weight: bold;
}

p {
    color: red;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}