@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.noto-sans-thin {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.txt {
  font-size:1rem;
}
.img {
  max-width:100%;
  border-radius:inherit;
  filter:opacity(50%);
  margin:auto;
  transition:1s;
}
.img:hover {
  filter:opacity(100%);
}
.header {
  font-size:1.875rem;
}
.header-font {
  font-family: "Caveat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

body {
  background:url(https://i.postimg.cc/13kP4vGg/image.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:top center;
  background-attachment:fixed;
}
.container-base {
  background:rgb(0,0,0,0) !important;
  font-size:1rem;
}

.parent {
  display:flex;
  flex-direction:row;
  margin:auto;
  justify-content:center;
  gap:10px;
}

@media (max-width:800px) {
  .row {
    display:flex;
    flex-direction:row;
    gap:10px;
  }
  .parent {
    flex-direction:column;
  }
}
.box {
  backdrop-filter:blur(1px);
  border: solid 1px #000;
  border-top:solid 1px #ffffff70;
  border-radius:40px;
  padding:10px;
  background-image:linear-gradient(#00000095, #000);
  box-shadow:1px 3px 10px #000, 1px 1px 5px #00000060 inset;
  max-width:100%;
  color:#fff;
}

.owner-info, .views-count {
  visibility:visible;
  color:#fff;
}
.paste-info {
  margin:auto;
  width:100%;
  border: solid 1px #000;
  border-top:solid 1px #ffffff70;
  border-radius:40px;
  padding:10px;
  background-image:linear-gradient(#00000095, #000);
  background-repeat:repeat;
  box-shadow:1px 3px 10px #000, 1px 1px 5px #00000060 inset;
  color:#fff;
  text-align:center;
}
 #notificationsDropdown, .publish-timestamp, .edit-timestamp, .site-footer, .footer-line, .edit, .site-header, #theme-toggle, .edit {
   display:none;
}

a {
  color:#fff;
  text-shadow:0px 0px 5px #ffffff;
  transition:.5s;
}
a:hover {
  color:#ffffff95;
  text-shadow:1px 1px 10px #ffffff;
}

.right {
    display:flex;
    justify-content:right;
}
.icon {
  margin-left:0px;
  color:#ffffff80;
  transition:1s;
}
.icon:hover {
  color:#ffffff;
  