@import url("https://use.typekit.net/vqn5eol.css");

html, body {
  max-width: 100%;
  overflox-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

.container {
  margin-left: 100px;
  margin-right: 100px;
  display: grid;
  display: flex;
  grid-template-columns: 1em 1em;
  justify-content: space-between;
  position: fixed;
}

body {
  background-image: url(bg/fansite_cover.png);
  background-attachment: fixed;
}

.one {
  width: 80em;
}

.name {
  font-size: 80pt;
  font-family: "bourbon", serif;
  font-weight: 400;
  letter-spacing: 5pt;
  color: rgb(50, 47, 44);
  font-style: normal;
  line-height: 5px;
}

.tag {
  font-family: "vox", sans-serif;
  font-weight: 400;
  font-size: 20pt;
  letter-spacing: 5px;
  color: rgb(50, 47, 44);
  position: absolute;
  top: -70px;
}

a {
  font-size: 25px;
  text-decoration: none;
  color: rgb(50, 47, 44);
  position: relative;
}

 a:after {
  content: "";
  position: absolute;
  background-color: rgba(184, 211, 255);
  height: 4px;
  width: 0;
  left: 0;
  bottom: -10px;
  transition: 0.3s;
}

a:hover:after {
  width: 100%;
}

.two {
 display: flex;
 width: auto;
 text-align: center;
 align-self: center;
 color: rgb(50, 47, 44);
 font-family: "politica-expanded", sans-serif;
 font-weight: 700;
 font-style: normal;
 letter-spacing: 2px;
 font-size: 36pt;
}

/*.two a:hover {
    display: inline-block;
    padding: 1em;
    text-decoration: none;
    border-bottom-color: white;

    background-size: 0 5px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all .2s ease-out;
    background-size: 100% 5px, auto;
} */

.history {
  width: 8em;
}

.gallery {
  width: 8em;
}

.arrow {
  align-items: center;
  position: relative;
  top: 50em;
  left: 22.5em;
}


html {
  scroll-behavior: smooth;
}

.intro {
  margin-top: 812px;
  margin-left: 5em;
  font-family: "vox", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 150%;
  padding: 2em;
  width: 30em;
  background-color: rgba(184, 211, 255, 0.5);
  text-align: justify;
}
