I made a JSFiddle of my current site:
#text{
font-size:25px;
margin-left:4px;
margin-top:25px;
}
is the most important I think.
But I want the text to be vertically centered next to the image.
But the margin-top:25px;
doesn't really work. Why? And how can I fix it?