@font-face {
  font-family: dotgothic16;
  src: url(DotGothic16-Regular.woff2);
}

.main {
  background: white;
  border-style: solid;
  border-color: #fa8cc6;
  border-width: 3px;
  width: 1200px;
  height: auto;
  
  display: block;
  overflow: hidden;
}

body {
  background-image: url(pink_background.png);
  background-attachment: fixed;
  font-family: "MS Gothic", "MS PGothic", monospace !important;
  margin: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  
  text-align: center;
  font-family: dotgothic16;
  font-size: 20px;
  color: #fa8cc6;
  text-shadow:
  3px 3px 0px white,
  -3px -3px 0px white,
  3px -3px 0px white,
  -3px 3px 0px white;
  
  height: 200px;
  width: 800px;
  background-color: pink;
  background: url(strawberry_banner.jpg);
  background-size: cover;
  border-bottom: 3px solid #fa8cc6;
}

.paragraph_1 {
  text-align: center;
  width: 550px;
  background-color: #ffe2f1;
  background-image: url(bubble_background.jpg);
  background-size: cover;
  
  border-style: solid;
  border-color: #fa8cc6;
  border-width: 3px;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  filter: drop-shadow(5px 5px 4px #fa8cc6);
  margin-top: 80px;
}

.paragraph_1 p {
  color: grey !important;
}

.heart_divider_gif {
  height: 85%;
  width: 85%;
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.left-panel {
  width: 200px;
  height: fit-content;
  min-height: 800px;
  background-image: url(new_pink_heart_background.png);
  
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  align-self: flex-start;
  
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.right-panel {
  width: 200px;
  height: fit-content;
  min-height: 800px;
  background-image: url(new_pink_heart_background.png);
  
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  align-self: flex-start;
  
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.gif-box {
  width: 180px;
  height: 101px;
  background-color: white;
  border-style: solid;
  border-color: #fa8cc6;
  border-width: 3px;
  
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.miku-gif {
  width: 100%;
  height: auto;
}

.navigation-box {
  width: 180px;
  height: 200px;
  background-image: url(pink_gradient.png);
  background-color: pink;
  border-style: solid;
  border-color: #fa8cc6;
  border-width: 3px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 25px;
  flex-direction: column;

  font-size: 20px;
  color: #fa8cc6;
}

.nav-button {
  width: 180px;
  height: 30px;
  background-color: white;
  background-image: url(pink_dot_background.jpg);
  background-size: cover;
  
  border-style: solid;
  border-color: #fa8cc6;
  border-width: 1px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  font-size: 20px;
  color: #fa8cc6;
  text-decoration: none;
}

.nav-button:hover {
  background-color: #ffe2f1;
  border-color: #B0726A;
  color: #B0726A;
}

.boyfriend-box {
  width: 180px;
  height: 180px;
  background-image: url(pink_background_2.jpg);
  background-size: cover;
  background-color: pink;
  border-style: solid;
  border-color: #fa8cc6;
  border-width: 3px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  flex-direction: column;
  gap: 10px;
}

.heart-gif {
  width: 100px;
  height: 100px;
  margin-right: 15px;
}

.bf-button {
  width: 160px;
  height: 50px;
  background-color: white;
  box-shadow: 3px 3px 3px;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
  font-size: 18px;
  color: #fa8cc6;
  text-decoration: none;
  text-align: center;
  
  border-style: solid;
  border-color: #fa8cc6;
  border-width: 1px;
}

.bf-button:hover {
  background-color: #ffe2f1;
  border-color: #B0726A;
  color: #B0726A;
}

.stamp-box {
  width: 180px;
  background-color: pink;
  background-image: url(pink_polka_dot_background.png);
  
  border-style: solid;
  border-color: #fa8cc6;
  border-width: 3px;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  
  padding-top: 10px;
  padding-bottom: 10px;
}

.stamps {
  width: 40%;
  height: 40%;
  display: flex;
  justify-content: center;
}

.center-panel {
  position: relative;
  display: flex;
  flex-direction: column; 
  align-items: center;
}

.left-lace-wrapper {
  position: absolute;
  z-index: 10;
  left: -5px;
  top: 0;
  display: flex;
  flex-direction: column;
}

.right-lace-wrapper {
  position: absolute;
  z-index: 10;
  right: -5px;
  top: 0;
  display: flex;
  flex-direction: column;
}

.nav-title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 15px;
}

.nav {
  text-align: center;
}

.notepad-box {
  width: 180px;
  height: 180px;
  background-color: pink;
  background-image: url(notepad.jpg);
  background-size: cover;
  margin-top: 25px;
  
  border-style: solid;
  border-color: #fa8cc6;
  border-width: 3px;
  
  text-align: center;
  color: grey;
  position: relative;
}

.notepad-box p {
  position: relative;
  top: 22px;
}

.scroll-container {
  height: auto;
  width: 800px;
  overflow: hidden;
  border-bottom: 3px solid #fa8cc6;
  position: relative;
  z-index: 1;
}

.scrolling-content {
  display: flex;
  height: auto;
  width: auto;
  flex-shrink: 0;
  flex-wrap: nowrap;
  animation: autoScroll 15s linear infinite;
}

@keyframes autoScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-225%);
  }
}

.changelog-box {
 height: 220px;
 width: 180px;
 background-color: pink;
 color: grey;
 background-image: url(berries.jpg);
 background-size: cover;
 
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 text-align: center;
 border: 3px solid #fa8cc6;
 margin-top: 25px;
}

.scrollable {
  height: 160px;
  width: 160px;
  background-color: white;
  overflow-y: auto;
  border: 1px solid #fa8cc6;
  margin-bottom: 10px;
}

.changelog-title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 15px;
}