@import url('https://fonts.googleapis.com/css2?family=Pangolin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Badeen+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');

.container-base {
  background-color: transparent;

}
.text {
  position: absolute;
  bottom: 31%;
  left: 18%;
}
.text2 {
  position: absolute;
  bottom: 10%;
  left: 18%;
}
.scroll {
  text-align: justify;
  overflow: auto;
  width: 150px;
  height: 100px;
  position: absolute;
  bottom: 15%;
  left: 13%;
  background-color: white;
  box-shadow: 0 0 5px 7px white
}
.main {
  font-family: Pangolin;
  width: 490px;
  background-image: url('https://i.postimg.cc/5Nm3shTb/image.png');
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 10px auto 0;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  box-shadow: inset 0 0 40px 40px white;
    color: #472c2d;
}
.ac {
  color: #93826e;
  position: absolute;
  font-size: 10px;
  text-align: right;
  bottom: 10px;
  right: 10px;
}
body {
  background-color: white;
}

.title {
  position: absolute;
  font-size: 45px;
  -webkit-text-stroke: 7px white;
  paint-order: stroke fill;
  font-family: Badeen Display;
  bottom: 37%;
    left: 5%;
  color: #6f5d75;
}
::-webkit-scrollbar-thumb {
  background-color: #ebeff2;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #e7cfa9;
}

::selection {
  color: white;
  background-color: #ebeff2;
}

a {
  color: #e7cfa9;
}

.button {
  background-color: transparent;
  transition: .2s;
}
.footer-line {
  border-color: #9cb5cb;
}

body {
  font-family: DotGothic16;
  color: #9cb5cb;
}

.flex.flex-align-start.flex-justify-between {
  width: 490px;
  margin: -30px auto 0;
}

.button:hover {
  background-color: transparent;
  color: #9cb5cb;
  font-family: Impact
}

.text3 {
  position: absolute;
  bottom: 17%;
  right:34%;
  color: #9c929f;
}