﻿
.footer {
  float: left;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
  background-color: #0a9ce7;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: rgb(202, 124, 22);
}