@font-face {
    font-family: "most wasted";
    src: url("https://file.garden/Zy1TbtYrsSNPYjxN/Mostwasted.ttf");
    format("truetype");
}
@font-face {
    font-family: "winkle";
    src: url("https://file.garden/Zy1TbtYrsSNPYjxN/Winkle-Regular.ttf");
    format("truetype");
}
* {
  	font-family: "winkle";
}
.main {
  color: #FFF;
  text-align: center;
  text-wrap: pretty;
}
.title {
  font-family: "most wasted";
  color: #FFF;
  text-align: center;
  font-size: 80px;
  filter: drop-shadow(0px 8px 0px #00000080);
}
.minititle {
   color: #FFF;
  text-align: center;
  font-size: 30px;
}
body {
 		background-color: #2d5252;
}
.edit {
		background-color: transparent; 
}
.text-container {
		background-color: transparent;
}
body {
  .footer-line, .edit-timestamp, .publish-timestamp, #theme-toggle, .site-footer, .footer-line, .site-header { 
  	display: none; 
}
  a {
    color: #00fafa;
  }
  b {
    color: #65bdbd;
  }