@import url("https://fonts.googleapis.com/css2?family=Sometype+Mono&display=swap");
@keyframes sun {
  0% {
    transform: translate(-50px, 0) scale(0.9);
    box-shadow: 0 0 10px #f9f3f2, 0 0 20px 5px #C7938B;
    opacity: 0.5;
  }
  50% {
    transform: translate(0px) scale(1.05);
    box-shadow: 0 0 20px #f9f3f2, 0 0 100px 8px #C7938B;
    background-color: #efdbd8;
    opacity: 1;
  }
  100% {
    transform: translate(50px, 0) scale(0.9);
    box-shadow: 0 0 10px #f9f3f2, 0 0 20px 5px #C7938B;
    opacity: 0.5;
  }
}
*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  background-image: linear-gradient(30deg, #000, #23262c);
}
@media (max-width: 500px) {
  body {
    background-color: #213545;
    background-image: none;
  }
}

main {
  min-height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
main h1 {
  background: url("images/byk.png") center no-repeat;
  background-size: contain;
  width: 360px;
  display: block;
  text-indent: -30000px;
}
main header,
main .section-flex {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}
main header.section-song,
main .section-flex.section-song {
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
}
main header.section-song .content iframe,
main .section-flex.section-song .content iframe {
  max-width: 100%;
  width: 800px;
}
main .section-contact {
  padding: 3rem 0;
}
main .section-contact a {
  font-family: "Sometype Mono", monospace;
  text-transform: lowercase;
  text-decoration: none;
  color: #f9f3f2;
  padding: 1rem;
}
main .section-contact a:hover {
  text-decoration: underline;
}

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