@charset "UTF-8";

/* ----------------------------------------------
Theme: 	 	Jadyn 
Designer: 	Elli Vizcaino
Author: 	Elli Vizcaino
URL: 	 	http://www.designisstorytelling.com
Date: 	 	Sep 23, 2025
Copyright:  Jadyn Teal Vizcaino 2025 All Rights Reserved. 
------------------------------------------------- */

/* ---------------------------------------------- [GLOBAL STYLES]*/
body {
	background-color: #FDD2D2;

}
/*img {
  max-width: 100%;
  height: auto;
display: block;} /* Recommended for better layout control and avoiding extra space below images */


div {
  display: flex;
  justify-content: center; /* Centers content horizontally */
  align-items: center;    /* Centers content vertically */
  height: 100vh;          /* Sets container height to full viewport height */
  width: 100vw;           /* Sets container width to full viewport width */

}

/* Optional: Basic styling for the image itself */
img {
  max-width: 90%; /* Prevents image from overflowing on smaller screens */
  max-height: 90%;
  object-fit: contain; /* Ensures image aspect ratio is maintained */
}
body, div, img {margin: 0%;}

/* Modern browsers that support dynamic viewport units */
@supports (height: 100dvh) {
  div {
    height: 100dvh;
  }
}