* {
  cursor: url(https://cur.cursors-4u.net/smilies/smi-3/smi277.ani),
    url(https://cur.cursors-4u.net/smilies/smi-3/smi277.gif), auto !important;
  box-sizing: border-box;
}

.container {
  margin: auto;
  max-width: 100%;
}

body {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.58),
      rgba(255, 255, 255, 0.5)
    ),
    url("https://files.catbox.moe/rhb7sq.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  margin: 0 auto;
}

header {
  margin-bottom: 10px;
}

header img {
  border: 5px double #95d6f0;
  border-radius: 100px 60px;
  display: block;
  margin: auto;
  width: 45%;
  filter: drop-shadow(0 0 0.35rem #71d7ff);
}

.header {
  margin-top: 50px;
}

marquee {
  font-family: "JetBrains Mono", sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #95d6f0;
  display: block;
  border: 5px double #95d6f0;
  border-radius: 25px 10px;
  padding: 2px;
  margin: auto;
  width: 45%;
  background-color: aliceblue;
  filter: drop-shadow(0 0 0.25rem #71d7ff);
}

#marquee-bottom {
  margin-bottom: 30px;
}

#heart,
#heart2 {
  width: 35px;
  margin-right: 5px;
  margin-left: 5px;
}

.flex-container {
  display: flex;
  justify-content: center;
}

aside,
main {
  padding: 15px;
  border: 5px double #71d7ff;
  border-radius: 30px;
  background-color: aliceblue;
  filter: drop-shadow(0 0 0.25rem #71d7ff);
}

aside {
  width: 260px;
  height: 60em;
  margin-left: 10px;
  margin-right: 10px;
}

/* Code for the left side bar */

.leftSideBar {
  border-top-right-radius: 4.5em;
}

#tinyBox {
  position: relative;
  background-color: rgb(135, 202, 204);
  width: 14em;
  height: 25em;
  border: 1px solid red;
  border-radius: 30px;
}

main {
  width: 950px;
  margin-left: 20px;
  margin-right: 20px;
}

