


.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgb(255, 60, 0);
  background-color: rgb(0,0,0);
  background-image: linear-gradient(to right, rgb(0,0,0) , rgba(0,0,0,0.9) , rgb(0,0,0), ) !important;
}
.footer p{
  font-size: 20px;
}




#footer{
  padding-top: 10px;
  padding-bottom: 10px;
  height: 12rem;
  color: rgb(255, 60, 0);
  background-color: rgb(0,0,0);
  background-image: linear-gradient(to right, rgb(0,0,0) , rgba(0,0,0,0.9) , rgb(0,0,0), ) !important;
}
#footer p{
  font-size: 20px;
  margin-top: 65px;
}



