.banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  border: 4px solid #439F46;
  color: #333333;
  font-weight: bold;
  padding: 15px;
  width: 100%;
  z-index: 999; }
  .banner a {
    color: #439F46;
    border-bottom: 1px solid #439F46; }
  .banner p {
    margin: 0; }

.link {
  color: #439F46;
  font-weight: bold;
  border-bottom: 1px solid #439F46; }
  .link:hover {
    color: #439F46; }
