You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415
  1. .error_page {
  2. width: 60%;
  3. margin: 20% auto;
  4. text-align: center;
  5. h2 {
  6. font-size: 48px;
  7. color : #f2f2f2;
  8. }
  9. &__message {
  10. font-size: 24px;
  11. margin-top: 20px;
  12. }
  13. }