/*=====================================================================================================================
    GLOBAL
=======================================================================================================================*/
* {
  box-sizing: border-box;
  outline: none; }

header h1 {
  font-size: 26px;
  font-weight: bold; 
}

header p {
  font-size: 12px; 
}

header p a {
  text-decoration: none; 
}

header p a:hover {
  text-decoration: underline; 
}

/*# sourceMappingURL=style.css.map */
