/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

mark {
  background-repeat: no-repeat;
  background-size: 100% .4em !important;
  background-position: 0 50%;
  background-color: transparent;
  color: inherit;
  transition: background-size .4s cubic-bezier(.05,.2,.1,1);
  
  .header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 500px;
  overflow: hidden;
}