/*I forgot I needed to specify the element which is getting styles oops*/
h1{
    font-family:'Arial Narrow Bold', sans-serif;
    color: rgb(255, 0, 0);
}
h2{
    font-family:Verdana, Geneva, Tahoma, sans-serif
}
p{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: medium;
}
img{
    width: 120px;
    height: 120px;
}