.footer {
width: 100%;
float: left;
background: #55CDD3;
position: fixed;
bottom: 0px;
color: white;
}
.footer p {
color: white;
margin: 0px;
padding: 15px;
text-align: center;
font-size: 19px;
}