 footer {     background-color: #333;      color: rgb(206,206,206);  	font-size: 12.8px;     padding: 20px;      text-align: center;  	width: 100%; }  .footer-content p {     margin: 10px 0;  } .footer-content a {     color: rgb(206,206,206);  }         @media (max-width: 992px) { 	 }  @media (max-width: 768px) { 	 }  @media (max-width: 576px) { 	 } 
