/* border-image: url(brown-border.gif) 10 25 round;
margin-bottom: 4.8rem;
color: white; */

/*  #4d371f
 */


html {
  font-size: 62.5%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}

//*a,
button,
select,
img,
iframe {
  cursor:
    url("https://cdn.cursors-4u.net/css-previews/shiny-grey-star-c25c1db3-css.webp"),
    pointer !important;
}*//


body {
  font-size: 2rem;
  font-family: "typewriter";
}

.background-container{
  background-image: url("imgs/brown.gif");
  background-repeat: repeat;
  background-attachment: fixed;
  overflow: hidden;
}

 @font-face {
  font-family: "typewriter"; 
  src: url("assets/Typewriter.ttf") format("truetype");
}

@font-face {
  font-family: "romantic";
  src: url("assets/ROMANTIC.TTF?") format("truetype");
}

::selection {
  background: #fff8f0;
  color: #4d371f;
  text-shadow:
    0 0 8px #fff8f0,
    0 0 15px #c1a27f,
    0 0 30px #4d371f,
    0 0 50px #1c1c1c;
}

.long-stripe {
  max-width: 90rem;
  min-height: 100vh;
  background-color: #c2b8a3;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  justify-content: center;

  border-style: solid;
  border-width: 0px 50px 0px 50px;
  border-image-source: url("imgs/lace-.png");
  border-image-slice: 62;
  border-image-repeat: round;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.long-stripe::after {
  max-width: 90rem;
  min-height: 100vh;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
  pointer-events: none;

  background-image: url("imgs/lines\ \(5\).gif");
  background-repeat: repeat;
  background-attachment: fixed;
  overflow: hidden;
}

.container {
  max-width: 100rem;
  height: 92rem;
  display: flex;
  flex-direction: column;
  padding: 3.2rem 2.4rem 4.8rem 2.4rem;

}

.main-header {
  height: 19rem;
  margin-bottom: 2.4rem;
  background-image: url("imgs/header-img.webp");
  background-size: cover;
  background-position: center 40%;
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 4.5rem;
}

.main-container {
  flex: 1;
  display: grid;
  grid-template-columns: 3fr 5fr 2fr;
  column-gap: 1.6rem;

}

.main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  justify-content: space-between;
}

.section-left {
  /*  border: 2px solid #000; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-right {
  border: 2px solid #000;
  height: 65.9rem;
}

/* .section-left, */
/* .main, */
.stamps,
.tomo,
.text,
.gifypet,
.music-container,
.section-right,
.calendar-box,
.movie-scroll,
.main-header {
  background-color: #4d371f;
  /* border: 20px solid transparent;
  border-image: url("fancyblacklace.png") 62 round;
  background-clip: padding-box; */
  border-width: 7px;
  border-style: solid;
  border-image: url("https://foollovers.com/mat/menu05/51a-none.gif") 9 round;
}

.text {
  max-width: 100%;
  font-size: 1.6rem;
  padding-left: 0.3rem;
  color: #fff8f0;
  font-family: Typewriter;
}

.title {
  font-size: 9.2rem;
  text-shadow: 0 2rem 2rem #fff;
  font-family: "romantic";
  font-weight: bold;
  text-shadow:
    0 0 2px #fff,
    0 0 8px #dcdcdc,
    0 0 15px #696969,
    0 0 30px #2f4f4f,
    0 0 50px #1c1c1c;
  color: #000;
}

.lace-stripe {
  width: 100%;
  height: 2rem;
  background-image: url("imgs/hunged-lace.gif");
  background-repeat: repeat-x;
  background-size: contain;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.header-hunged {
  position: absolute;
  top: 0;
  right: 0;
  width: 13rem;
}
