body {
    background-image: url("images/flowerback.jpg");
    user-select: none;
}

/*fonts */

.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}

.chivo {
  font-family: "Chivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.emilys-candy-regular {
  font-family: "Emilys Candy", serif;
  font-weight: 400;
  font-style: normal;
}

/**/

.use {
    height: auto;
    width: 270px;
    background-image: url("images/cloth022.jpg");
    border-style: double;
    border-color: #424b39;
    border-width: 5px;
    border-radius: 2px;
    position: absolute;
    left: 10%;
    top: 40%;
}

.usefull {
    list-style-image: url("images/cookie.gif");
    font-family: "Chivo", sans-serif;
    font-size: 13px;
}

#home {
    background-color: #707a60;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 2%;
    left: 1%;
    border: 3px double #101010;
}

#home:hover {
    border: 3px dotted #101010;
}

.main {
    background-image: url(images/darkplainbg.jpg);
    height: 450px;
    width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-style: double;
    border-color: #424b39;
    border-width: 5px;
    border-radius: 2px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 0;
}

/* text-styles */

hr {
  border-top: 2px solid #424b39;
  width: 170px;
  border-style: solid;
  border-color: #424b39;
}

h1 {
  font-weight: 800;
  font-size: 12px;
  color: #707a60;
  text-align: center;
  margin-bottom: -15px;
}

h2 {
  font-family: "VT323", monospace;
  font-size: 15px;
  font-weight: 400;
  color: #101010;
  text-align: center;
  margin-bottom: 15px;
}

p {
  font-size: 13px;
  padding: 5px 20px 5px 12px;
}

/**/

.links {
    text-decoration: none;
    color: #101010;
    font-family: "Chivo", sans-serif;
    font-size: 14px;
}

.links:hover {
    font-style: italic;
    color: #101010;
}

.links.visited {
     color: #101010;
}

.links.active {
     color: #101010;
}

.topic {
    position: fixed;
    top: 5.5%;
    left: 47%;
    z-index: 3;
}

#tape {
    z-index: 1;
    position: fixed;
    top: 4%;
    left: 40%;
    transform: rotate(2deg);
    width: 250px;
}

.collection {
    width: 300px;
    padding: 25px 0px;
    text-align: center;
}

.stickers {
    width: 50%;
    height: auto;
}

.stickers2 {
    width: 30%;
    height: auto;
}

.stickers3 {
    width: 20%;
    height: auto;
}

/* scrollbar */

::-webkit-scrollbar {
  background-color: rgb(265, 254, 255, 0.5);
  width: 10px;
}

::-webkit-scrollbar-button {
  color: rgb(265, 254, 255, 0.5);
}

::-webkit-scrollbar-thumb {
  background: rgb(112, 122, 96, 0.7);
  opacity: 0.5;
  border-radius: 5px;
}