/*Under*/
#Under{
  width: 100%;
  background-color: black;
  text-align: center;
  margin: 0;
  padding: 0;
  padding: 10px 0px 10px 0px;
  animation-name: Under;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: 2s;
}
@keyframes Under{
  from {
    left: -30%;
  }
  To {
    text-align: center;
  }
}


#Under a{
  font-size: 20px;
  font-weight: 450;
  color: lawngreen;
  text-decoration: none;
  list-style: none;
  text-shadow: 0px 0px 2px;
  font-style: italic;
}
#Under i{
  color: grey;
}
@media only screen and (max-width: 800px){
#Under a{
  font-size: 14px;
  font-weight: 450;
  color: lawngreen;
  text-decoration: none;
  list-style: none;
  text-shadow: 0px 0px 2px;
}
}

/*End of Under*/