/** This is a custom 404 page that Github Pages would load if the user tries

* to access invalid paths in the website
*/

error-404

text-align: center
margin-top: 50px

/** The main header of the page that shows the error code 404
  */
#header-404
  font-weight: 600
  font-size: 15vw

/** The message for the users regarding the 404 error
  */
.message-404
  margin: 0px auto 0px auto

  /** There should be some margin after the first statement
  &:first-of-type
    margin-bottom: 20px

  /** Margin at the bottom of the message
  &:last-of-type
    margin-bottom: 50px