html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  font-family: "000webfont";
  font-size: 18px;
  line-height: 18px;
  color: #6F4D38;
  background-image: url(/images/background.png);
}

@font-face {
  font-family: "000webfont";
  src: url("https://listentosilence.neocities.org/fonts/000webfont.ttf") format('truetype');
}

@font-face {
  font-family: "basiic";
  src: url("/fonts/basiic.ttf") format('truetype');
}

@font-face {
  font-family: "virale";
  src: url("https://listentosilence.neocities.org/fonts/virale.ttf") format('truetype');
}

@font-face {
  font-family: "typewcond_regular";
  src: url("https://listentosilence.neocities.org/fonts/typewcond_regular.otf") format('opentype');
}

@font-face {
  font-family: "FindersKeepers";
  src: url("https://listentosilence.neocities.org/fonts/FindersKeepers.ttf") format('truetype');
}

a:link,
a:visited,
a:active {
  color: #617891;
  text-decoration: none;
}

a:hover {
  color: #25344F;
  cursor: pointer;
}

b {
  font-weight: bold;
  color: #632024;
}

i {
  color: #632024;
  font-style: italic;
}

textarea {
  font: 14px "000webfont";
  letter-spacing: 1em;
  color: #6F4D38;
  background: #D5B893;
}

::-webkit-scrollbar-thumb {
  background-color: #F4C9D5;
  border-radius: 5px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 0px;
  background: transparent;
}

ul {
  margin-block-start: -11px;
  padding-inline-start: 15px;
}

.desk {
  background-image: url(/images/desk.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  width: 1596px;
  height: 1347px;
  margin-top: 435px;
  right: -80px;
}

.macscreen {
  background-image: url(/images/imac.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 762px;
  width: 966px;
  position: fixed;
  margin-top: 64px;
  margin-left: 243px;
}

.macscreenin {
  margin-top: 141px;
  margin-left: 252px;
  position: fixed;
  width: 446px;
  height: 322px;
  background-color: #fff;
  clip-path: polygon(0% 100%, 100% 100%, 100% 0, 1% 0);
  border-radius: 10px;
  font-family: "000webfont";
  font-size: 30px;
  overflow: hidden;
}

iframe#mainframe {
  width: 100%;
  height: 100%;
  border-radius:10px;
  overflow: hidden;
  overflow-x: hidden;
}

.widgets {
  box-sizing: border-box;
  background: transparent;
  border: 1px dashed pink;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  margin-top: 189px;
  margin-left: 339px;
}

.widgetsin {
  max-width: 95px;
  height: 100px;
  text-align: center;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.widgetsin::-webkit-scrollbar {
  display: none;
}

.title {
  background-image: url(/images/psdesk.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  height: 280px;
  width: 490px;
  position: fixed;
  margin-top: -36px;
  margin-left: 482px;
  rotate: 10deg;
  z-index: -1;
}

.postit {
  background-image: url(/images/applepostit.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  height: 150px;
  width: 150px;
  position: fixed;
  margin-top: 97px;
  margin-left: 978px;
}

.postitin {
  text-align: center;
  font-family: "basiic";
  font-size: 25px;
  height: 120px;
  width: 120px;
  position: fixed;
  margin-top: 73px;
  margin-left: 17px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.postitin .popuptext {
  visibility: hidden;
  width: 150px;
  height: 150px;
  background-color: #D5B893;
  color: #6F4D38;
  text-align: center;
  border-radius: 2px;
  padding: 8px 0;
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 23%;
  ;
  line-height: 1.3em;
  margin-left: -80px;
  overflow-y: auto;
  overflow-x: hidden;
}

.postitin .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.jeanframe {
  background-image: url(/images/jeanframe.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
  width: 252px;
  position: fixed;
  margin-top: 261px;
  margin-left: 1044px;
}

.jeanframein {
  height: 157px;
  width: 162px;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "virale";
  text-align: center;
  margin-top: 42px;
  margin-left: 50px;
  border-radius: 17px;
  background-color: rgba(255, 255, 255, 0.25);
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.jeanframein::-webkit-scrollbar {
  display: none;
}

.starframe {
  background-image: url(/images/starframe.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 266px;
  width: 267px;
  position: fixed;
  margin-left: 1124px;
}

.starframein {
  position: fixed;
  margin-top: 63px;
  margin-left: 60px;
  width: 145px;
  height: 145px;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "basiic";
  font-size: 15px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.starframein::-webkit-scrollbar {
  display: none;
}

.books {
  background: url(/images/shelfcandle.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: fixed;
  margin-left: 60px;
  margin-top: 2px;
  width: 385px;
  height: 277px;
}

.books div img {
  transition: transform 0.5s ease;
  margin-left: 186px;
  margin-top: 87px;
}

.books div:hover img {
  transform: scale(1.15) rotate(-10deg);
}

.ipod {
  background: url(/images/shelf.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  position: fixed;
  margin-left: 107px;
  margin-top: 267px;
  width: 338px;
  height: 270px;
}

.ipod div img {
  transition: transform 0.5s ease;
  border-radius: 6px;
  margin-left: 42px;
  margin-top: 7px;
}

.ipod div:hover img {
  transform: scale(1.15) rotate(-10deg);
}

.sony {
  position: fixed;
  margin-left: 246px;
  margin-top: 296px;
}

.sony div img {
  transition: transform 0.5s ease;
  border-radius: 12px;
}

.sony div:hover img {
  transform: scale(1.15) rotate(10deg);
}

.dsi {
  position: fixed;
  margin-left: 1115px;
  margin-top: 530px;
}

.dsi div img {
  transition: transform 0.5s ease;
}

.dsi div:hover img {
  transform: scale(1.15) rotate(10deg);
}

.dvd {
  position: fixed;
  margin-left: 7px;
  margin-top: 435px;
}

.dvd div img {
  transition: transform 0.5s ease;
  height: 235px;
}

.dvd div:hover img {
  transform: scale(1.15);
}

.plant {
  position: fixed;
  margin-left: 269px;
  margin-top: 495px;
}