* {
  cursor: url(https://fleurs.neocities.org/pictures/424d3189.png), auto !important;
}
::selection {
  background: #e8c5c5; /* Change highlight background */
  color: rgb(118, 81, 81); /* Change text color while highlighted */
}
body {
  background-color: #fee8ed;
  background-image: url("https://file.garden/ad_sVfVIV3ilAFzt/plaiddddd.png");
  background-size: 300px;
  font-family: ms pgothic;
  color: rgb(95, 63, 63);
}
.all {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#little {
  margin-top: 190px;
}
.container {
  background-color: rgb(255, 250, 252);
  border-image: url("https://file.garden/ad_sVfVIV3ilAFzt/Untitled338_20260414234109.png")
    5 fill round;
  border-style: solid;
  border-width: 6px;
  border-radius: 5px;
  width: 250px;
  height: 167px;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  font-size: 13.5px;
}
.title {
  background-image: linear-gradient(
    to bottom,
    rgb(253, 230, 239),
    rgb(255, 246, 250)
  );
  border: 1px solid rgb(215, 180, 169);
  border-radius: 20px;
  padding: 2px;
  margin-bottom: 5px;
  font-size: 15px;
}
a:link {
  color: rgb(174, 116, 127);
  font-size: 15px;
}
a:hover {
  color: rgb(130, 80, 89);
  font-style: italic;
}
a:visited {
  color: rgb(130, 80, 89);
}
.text {
  margin-bottom: 5px;
}
.foot {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
}
mark {
  background-color: rgb(255, 253, 245);
}
marquee {
  filter: greyscale(45%);
}