body {
    background-color: pink;   
    font-family: 'Courier New', Courier, monospace; 
    text-align: center;
}

img {
    width: 300px;
}

h1 {
    text-transform: uppercase;
    letter-spacing: 3px;
}

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

#linkedin
{
    color:red;
    font-style: italic;
}