body {
background-color:#054C63;
}

h1,h2,h3{
color:#07B37F;
text-align: center;
font-family: 'Rammetto One', cursive;
}

a {
color:#07B37F;
text-decoration: none;
}

a:hover {
color:#ffffff;
text-decoration: none;
}

a:visited {
color:#07B37F;
text-decoration: none;
}

img{
width:500px;
margin:0 auto;
display:block;
}

p{
display:block;
text-align:center;
}

#left-column,#middle-column,#right-column {
float:left;
}

#left-column {
width:25%;
color:#000000;
}

#middle-column{
width:50%;
}

#right-column {
width:25%;
color:#000000;
}

#left-column img{
display:block;
width:100%;
}