/* +++++++++++++++++++++++++++++++++++++++++ */
/*                 HEADER                    */
/* +++++++++++++++++++++++++++++++++++++++++ */

header {
  width: 700px;
  height: 200px;
  margin-left: 280px;
  margin-bottom: 15px;
}

/* +++ */
/* TXT */
/* +++ */

.head1 {
  height: 100px;
  margin-bottom: 10px;
  margin-left: 230px;
  width: 250px;
  overflow: hidden;

  background-size: cover;
  background-image: url(img/tiles/design12.webp);
}

.head_1 {
  overflow: hidden;
  text-align: center;

  background-color: #010103;
}

.head_1 h1 {
  text-decoration: none;
  color: #a72fcb;
}

/* +++ */
/* IMG */
/* +++ */

.head2 {
  height: 100px;
  width: 700px;
  overflow: hidden;

  background-size: cover;
  background-image: url(img/tiles/design12.webp);
}

.head_2 {
  overflow: hidden;

  background-position: 0px -120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(img/gif-webp/2.webp);
}
