@font-face {
    font-family: Comfortaa; 
    src: url('./Comfortaa.ttf');
}

body {
  background-image: url(/sims3/sims/gyaru/y02-bg-polkadot.gif);
  margin:0;
  scrollbar-color: #4b2728 #fffeee;
}

header {
  background-color: #fa94b5;
  width: 100%;
  padding: 10px 0px 8px 0px;
  border-bottom: 1px #fffeee dashed;
  box-shadow: 0 0 0 3px #fa94b5;
  margin: 0px auto 8px auto;
  text-align: center;
  font-size: 18px; /*1.24em;*/
  position: sticky;
  max-height: 40px;
  top: 0;
}

header a{
  margin: 4px;
}

.bg {
  border-radius: 4px;
  width: 720px;
  padding: 2px;
  background-color: #fa94b5;
  margin: 0 auto 8px auto;
  scroll-margin-top: 64px;
}

@media screen and (max-width: 799px){
  .bg{
  width: 90%;
  }
  .text{
    font-size: 12px;
    padding: 8px 0px 4px 0px
  }
  .next, .prev {
  margin-top: -40px;
  }
}
.content {
  background-color: #FFDDBD;
  padding: 8px;
}

.title {
  border-bottom: 1px dashed #fffeee;
  margin: 0 auto 3px 2px;
  color: #fffeee;
}

body, a, p, span {
  font-family: Comfortaa;
  font-weight: bold;
  color: #4b2728;
  text-decoration: none;
  margin: 0px;
  margin-bottom: 8px;
}

a:hover {
  color: #fffeee;
}

.pfp, .pic {
  width: 120px;
  height: 120px;
  background-color: #fffeee;
  border: 1px dashed #4b2728;
  box-shadow: 0px 0px 0px 3px #fffeee;
  margin: 3px 11px 2px 3px;
  float: left;
}

.pic {
  width: 88px;
  height: 88px;
  display: inline-block;
  float: none;
  margin-right: 6px;
}

.mySlides {
  display: none;
}

/* Slideshow container */
.slideshow-container {
  max-width: 632px;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  margin-top: -32px;
  user-select: none;
  float: left;
}

.next {
  float:right;
}

/* Caption text */
.text {
  padding: 8px 0px;
  width: 75%;
  text-align: center;
  margin: auto;
  display: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.active {
  background-color: #717171;
}