body {
    /* CODE GOES HERE */
    background-color: pink;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
}

img {
    width: 400px;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

#email
{
    color: green;
    font-weight: bold;
}

#linkedin
{
    color: red;
    text-transform: uppercase;
}