style.css 186 B

12345678910111213141516
  1. html {
  2. scroll-behavior: smooth;
  3. }
  4. body {
  5. background-color: #121212;
  6. font-family: Arial, sans-serif;
  7. }
  8. footer {
  9. display: flex;
  10. justify-content: center;
  11. color: whitesmoke;
  12. }