body {
  font-family: "Helvetica", "Arial", sans-serif;
  color: #333;
  margin-bottom: 60px; 
}

h1 {
  color: #00bcd4;  
}

p {
  line-height: 1.5;  
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #eee;
  padding: 20px;
  text-align: center;    
}
