@charset "utf-8";

header {
  width: 100%;
  height: 5vh;
  background-image: url(../images/header.svg?202309131123000);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-top: 33px;
}


/* main{
  margin-top: 5em;
} */

h1 {
  position: relative;
  display: inline-block;
  padding: 2em 0;
  text-align: center;
  font-family: 'Dela Gothic One', cursive;
  color: #1993d0a0;
  -webkit-text-stroke: #7d7979 1px;

  /* background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom; */
  /* height: 30vh; */
  width: 100%;
}

h2 {
  display: block;
  font-size: 1.25em;
}

h2::after {
  content: none;
}