body {
    display: flex;
    font-size: 11px;
    font-family: "Lucida Console", "Courier New", monospace;
    background-image: url(https://fancyparts.com/fancyparts/cg/pattern/dot_07/dot-07-18.gif);
}
#search {
    margin: auto;
    width: 400px;
    height: 30px;
    border: solid hotpink 2px;
    background-color: lightpink;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
#search img {
    width: 10px;
    padding-right: 100px;
}
#search p {
    width: 200px;
    height: 10px;
    text-align: right;
    background-color: white;
    border: solid 3px white;
    border-radius: 25px;
    margin-top: 7px;
    margin-left: 20px;
}
#search button {
    padding: auto;
    margin: 4px;
    float: right;
    background-color: white;
    font-weight: 600;
    border: solid 1px hotpink;
    border-radius: 5px;
}
#box1 {
    margin: auto;
    width: 400px;
    height: 290px;
    border: solid pink 2px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    display: flex-inline;
    overflow: auto;
    background-color: #ffedf0;
}
#container1 {
    width: 350px;
    height: 220px;
    display: grid;
    grid-template: 
        "pfp intro";
    border: solid pink 2px;
    border-radius: 25px;
    background-color: white;
    margin: auto;
    margin-top: 10px;
    overflow: auto;
}
marquee {
    margin-top: 10px;
}
#pfp {
    grid-area: pfp;
    margin: auto;
}
#pfp img {
    width: 150px;
    border-radius: 100px;
    border: double pink 2px;
}
#intro {
    grid-area: intro;
    width: 125px;
    height: 50px;
    padding: 5px;
    border: solid pink 2px;
    background-color: #ffedf0;
    border-radius: 25px;
    margin: auto;
}
#intro p {
    color: #ff97a8;
}

#info {
    height: 100px;
    width: 170px;
}
#searchbar img {
    width: 10px;
    padding-right: 60px;
}
#searchbar {
    width: 150px;
    height: 10px;
    text-align: right;
    background-color: white;
    border: solid 3px white;
    border-radius: 25px;
    margin-top: 7px;
}
#navi {
    margin: auto;
    margin-right: 10px;
    width: 200px;
    height: 200px;
    border: solid pink 2px;
    background-color: #ffedf0;
    border-radius: 15px;
    padding: 5px;
}
#links p {
    background-image: linear-gradient(to right, #ffd9df 0%, #ffc7cf 50%, white 100%);
    height: 23px;
    margin: 0;
    margin-bottom: 3px;
    display: flex;
    align-items:center;
    border-radius: 5px;
    padding: 1px;
}
#links img {
    width: 15px;
}
#links a {
    color: deeppink;
}
#rings {
    width: 400px;
    height: 250px;
    padding: 5px;
    border: solid pink 2px;
    background-color: #ffedf0;
    border-radius: 25px;
    margin: auto;
    margin-left: 10px;
    overflow: auto;
}
#box2 {
    margin: auto;
    width: 400px;
    height: 350px;
    border: solid pink 2px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    display: flex-inline;
    overflow: auto;
    background-color: #ffedf0;
}
#stickies img {
    position: relative;
    margin-left: 3px;
    width: 110px;
}
#stampies img {
    position: center;
    width: 100px;
}
#container2 {
    margin: auto;
    width: 350px;
    height: 220px;
    display: grid;
    border: solid pink 2px;
    border-radius: 25px;
    background-color: white;
    margin-top: 10px;
    overflow: auto;
}
     ::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/* Track */
::-webkit-scrollbar-track {
  background: white;
  width: 0;
  height: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: pink;
  width: 0;
  height: 0;
}
::-webkit-resizer {
  width: 0;
  height: 0;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #E49AB5;
  width: 0;
  height: 0;
}