/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
  @font-face {
  font-family: 'Handwriting-Regular';
  src: url('fonts/Handwriting-Regular.otf');
}
  
body {
  background-image: url("images/1000002417.png");
  background-size: cover;
  color: black;
  font-family: 'Handwriting-Regular';
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: hidden;
}

.container {
  width: 800px;
  height: 400px;
  background-color: #FFF5E3;
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
}

.left-inner-div {
  position: relative;
  float: left;
  left: 0;
  width: 210px;
  height: 400px;
  background-image: url("images/1000002453.png");
  background-size: cover;
  z-index: 1;
  text-align: center;
  overflow: auto;
}

.right-inner-div {
  position: relative;
  float: right;
  left: 0;
  width: 210px;
  height: 400px;
  background-image: url("images/1000002548.png");
  background-size: cover;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.image-container {
  position: relative;
  width: 290px;
  height: 160px;
  display: flex;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

.image-container img {
width: 100%;
height: 100%;
object-fit: cover;
}

.overlay-text {
  width: 240px;
  height: 0px;
  position: absolute;
  top: 80px;
  left: 50%;
  padding: 10px;
  transform: translate(-50%, -50%);
  word-break: break-word;
  text-align: center;
  font-size: 20px;
  color: #91624B;
}

.deer-container {
  position: relative;
  background-image: url("images/deer.jpg");
  background-size: cover;
  width: 148px;
  height: 90px;
  z-index: 2;
  display: block;
  margin-left: 27px;
  top: -370px;
  border: 3px solid #91624B;
  border-radius: 10px;
}


.frame-wrapper {
  position: relative;
  width: 1370px;
  height: 999px;
  margin: 0 auto;
  background: url("images/1000002574.png") no-repeat center center;
  background-size: contain;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 0;
  margin-top: -150px;
  margin-bottom: 0;
}

.me-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 120px;
  padding: 10px 20px;
  background-color: #FFF5E3;
  color: #91624B;
  text-decoration: none;
  border-radius: 10px;
  font-family: 'Handwriting-Regular';
  font-size: 20px;
  justify-content: center;
}

.me-button .icon {
  width: 20px;
  height: 20px;
}

.art-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #FFF5E3;
  color: #91624B;
  text-decoration: none;
  border-radius: 10px;
  font-family: 'Handwriting-Regular';
  font-size: 20px;
  justify-content: center;
}

.art-button .icon {
  width: 20px;
  height: 20px;
}

.oc-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #FFF5E3;
  color: #91624B;
  text-decoration: none;
  border-radius: 10px;
  font-family: 'Handwriting-Regular';
  font-size: 20px;
  justify-content: center;
}

.oc-button .icon {
  width: 20px;
  height: 20px;
}

.comm-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #FFF5E3;
  color: #91624B;
  text-decoration: none;
  border-radius: 10px;
  font-family: 'Handwriting-Regular';
  font-size: 20px;
  justify-content: center;
}

.comm-button .icon {
  width: 20px;
  height: 20px;
}

.deer-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #FFF5E3;
  color: #91624B;
  text-decoration: none;
  border-radius: 10px;
  font-family: 'Handwriting-Regular';
  font-size: 20px;
  justify-content: center;
}

.deer-button .icon {
  width: 20px;
  height: 20px;
}

.me-button:hover .icon,
.art-button:hover .icon,
.oc-button:hover .icon,
.comm-button:hover .icon, 
.deer-button:hover .icon,
.insta-button:hover .icon,
.tik-button:hover .icon,
.tum-button:hover .icon {
  transform: rotate(20deg);
  transition: transform 0.2s ease;
}

.me-button:hover,
.art-button:hover,
.oc-button:hover,
.comm-button:hover, 
.deer-button:hover,
.insta-button:hover,
.tik-button:hover,
.tum-button:hover {
  color: #BD9884
}

.textbox {
  display: inline-block;
  width: 125px;
  height: 170px;
  padding: 10px;
  border: 2px solid #91624B;
  border-radius: 10px;
  background: url("images/1000002526.png");
  background-size: cover;
  align-items: center;
  color: #91624B;
  text-align: center;
  margin-top: -10px;
}

.gift-box img {
width: 88px;
height: 31px;
margin-top: 15px;
}

.textboxes-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
}

.scrollable-text {
  height: 30px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 2px solid #91624B;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
  background-color: white;
  font-family: monospace;
  margin-top: 15px;
}

.scrollable-text p {
  margin: 0;
}

.insta-button,
.tik-button,
.tum-button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 7px;
  padding: 10px 20px;
  background-color: #FFF5E3;
  color: #91624B;
  text-decoration: none;
  border-radius: 10px;
  font-family: 'Handwriting-Regular';
  font-size: 15px;
  justify-content: center;
}

.insta-button .icon,
.tik-button .icon,
.tum-button .icon {
  width: 15px;
  height: 15px;
}

.textbox.info-box {
   padding-top: 15px;
}

.insta-button {
  margin-top: 20px;
}

.textbox p {
  margin: 5px;
}





