

body {
  font-family: fingerlinger;
  margin: 0;
  padding: 0;
    text-align: center;
    color: blue;
    background-image: url(https://bettysgraphics.neocities.org/images/backgrounds/pattern%20342.gif);
				background-color: #0d0a0a;
                background-repeat: repeat;
  font-size: 25px;
    
cursor: url("https://files.catbox.moe/vhyor7.png"), progress; } /* regular cursor ◝꒰ ´ ˘ ` */
a:hover { cursor: url("https://files.catbox.moe/5k9vty.png"), progress; } /* cursor that appears when you're over a link ◝꒰ ´ ˘ ` */
}

a {
transition: .4s;
}
a:hover {
letter-spacing: 1.5px;
}


.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
header h1 {

  font-size: 20px;
  color: pink; /* Pink text color */
  text-align: center;
}

nav ul {
    margin-bottom: 200px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

nav ul li {
  font-family: lovely;
    display: inline;
  margin-right: 20px;
  background-image: url("https://bettysgraphics.neocities.org/images/backgrounds/hearts%203.gif");
  background-size: cover;
  padding: 10px;
}

nav ul li a {
    margin: 5px;
  text-decoration: none;
  color: red; /* Pink text color */
    font-family: 'handy';
}

nav ul li a:hover {
  text-decoration: underline;
}

main {
  margin-top: 80px;
  margin-bottom: 40px;
}
.main2 {
  text-align: center;
  width: 900px;
  height: auto;
  overflow: auto;
  overflow: scroll;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 2px solid red;
  background-color: black;
  padding: 20px;
  padding-left: 10px; /* This will cause the box to overflow horizontally */
  padding-right: 10px; /* This will cause the box to overflow horizontally */
}
.main3 {
  font-family: verdana;
  text-align: center;
  width: 800px;
  height: auto;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 2px solid red;
  background-color: black;
  padding: 20px;
  padding-left: 10px; /* This will cause the box to overflow horizontally */
  padding-right: 10px; /* This will cause the box to overflow horizontally */
}
.photo-container {
  display: inline-block; /* Ensures the container wraps around the image */
  border: 10px solid transparent; /* Initial transparent border */
  border-image-source: url("https://sozai.pooftie.me/doily/doily%20(9).png");
  border-image-slice: 33% 33% 33% 33%; /* Define border slices */
  border-image-repeat: round; /* Repeat the border-image to fill the border */
  width: fit-content; /* Adjust the width of the container to fit the content */
}

.photo-container img {
  display: block; /* Ensures the image doesn't have extra space below */
}
section {
  text-align: center;
}

footer {
  margin-top: 20px;
  text-align: center;
  color: #666; 
}
/* ===== Scrollbar CSS ===== */
  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 25px;
  }

  *::-webkit-scrollbar-track {
    background: #ffffff;
  }

  *::-webkit-scrollbar-thumb {
    background-image: url("https://bettysgraphics.neocities.org/images/backgrounds/hearts%203.gif");
    border-radius: 10px;
    border: 3px solid #ffffff;
  }