<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header h1 {
    text-align : center;
}

header h1 a {
    font-size : 80px;
}

/* code pour titre sur logo */
header {
  height: 350px;
  color: transparent;
}
header .image{
  height: 350px;
  position: relative;
  top: -80px;
}
header h1 {
   position: relative;
  top: 48px;
  border-top: none;
  z-index: 200;
}
/* fin titre sur logo */

</pre></body></html>