@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Noto+Serif+HK:wght@200..900&display=swap');

.drawing {
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
}

.drawing:hover {
  transform: scale(1.1);
}

a {
  color: #6056d3;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: black;
}

#smooth-wrapper {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#smooth-content {
  overflow: visible;
  width: 100%;
  position: relative;
}

.bg {
  position: absolute;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  /*filter: blur(20px);*/
}

.content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 200px;
}

#birday {
  background-image: url("eigong.jpg");
  background-size: contain;
}

.art {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 100vw;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("goumang.jpg");
  background-size: cover;
  background-position: center;
}

#artimage {
  flex: 0 0 50%;
  margin-left: 100px;
}

#arttext {
  flex: 0 0 50%;
  margin-left: 100px;
  font-family: "Libre Baskerville", serif;
  color: white;
  font-size: 50px;
  text-shadow: 2px 2px 4px black;
}

#ethereal {
  font-family: "Libre Baskerville", serif;
  color: white;
  text-align: center;
  text-shadow: 2px 2px 4px black;
  background-image: url("ethereal.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

#video {
  display: flex;
  justify-content: center;
  background-image: url("pagoda.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

#watermark {
  margin-top: -150px;
  margin-bottom: 50px;
}
