.bar {
  color: white;
}

body {
  font-family: Georgia, serif;
  color: #070707;
  background:
    linear-gradient(to bottom, rgb(0, 172, 69) 0px, rgb(0, 172, 70) 40px, transparent 40px),
    linear-gradient(to right, transparent 0px, transparent 40px, #efefef 40px, #efefef 42px, transparent 42px),
    repeating-linear-gradient(#efefef, #efefef 1px, transparent 1px, transparent 20px),
    white;
  padding-left: 60px;
  background-attachment: scroll;
  background-repeat: no-repeat, repeat, repeat;
  background-size:100% 100%, 100% 100%, 100% 20px; 
}

footer {
  color: rgb(82, 82, 82);
  padding-top: 40px;
  padding-bottom: 10px;
  font-size: 0.9rem;
  text-align: center;
}

footer a{
  color: rgb(82, 82, 82);
}
