body {
  background-image: url("https://file.garden/ZgTEIoo9YF7Ec-T_/soulbg");
  background-size: 100%;
  align-items: center; 
  justify-content: center; 
}

.text-container {
  background: transparent;
  margin: 0 auto;
}

.container {
  background-image: url("https://file.garden/ZgTEIoo9YF7Ec-T_/gifend");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 640px;
  height: 480px;
  border-style: solid;
  border-image: url("https://file.garden/ZgTEIoo9YF7Ec-T_/IMG_4737.png") round;
  border-image-slice: 26%;
  border-width: 60px;
}

.maintext, .maintext2 {
  position: relative;
  top:20%; 
  left:68%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 8px;
  color: #2c2233;
  font-family: "mc";
  font-weight: 100;
  font-size: 1em;
  width: 200px;
  height: 100px;
  overflow-y: auto;
  margin:50px;
}
.maintext::-webkit-scrollbar,
.maintext2::-webkit-scrollbar {
  display: none;
}

.links {
  color: #84689c;
  font-family: "mc";
    font-weight: 700;
    font-size: 1em;
}
strong {
  color: #84689c;
  font-family: "mc";
    font-weight: 700;
    font-size: 1em;
}

.site-header, .site-footer,
.paste-info, #notifications-toggle, #theme-toggle, .button.edit { 
  display: none; 
}

     @font-face {
font-family: mc;
src: url(https://file.garden/ZgTEIoo9YF7Ec-T_/Minecraft.ttf);

}