body{
  margin: 0;
  color: #ccc;
  font-family: monospace;
  background: purple;
  background-image: url("https://files.catbox.moe/98b0v6.gif"); repeat;
}
.container{
  display: flex;
  flex-direction: column;
  width: 860px;
  margin: auto;
}
.header{
  display: flex;
  justify-content: center;
  text-align: center;
}
.blinkiebar{
  height: 20px;
  padding: 0;
}
.maincontent{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.side{
  flex: 0 0 30%;
}
.side > div{
  background-image: url("https://files.catbox.moe/dca4lx.png");
  border: 1px dashed #05f7af;
  border-radius: 10px;
  margin: 5px;
  padding: 5px;
}
.center{
  flex: 0 0 40%;
}
.center > div{
  background-image: url("https://files.catbox.moe/dca4lx.png");
  border: 1px dashed #05f7af;
  border-radius: 10px;
  margin: 5px;
  padding: 5px;
}
.scrollbox{
  height: 80px;
  overflow: scroll;
  overflow-x: hidden;
}
.footer{
  text-align: center;
}
h1{
  font-family: 'Gajraj One';
  font-size: 30px;
  letter-spacing: 10px;
  color: #fff;
  text-shadow: -1px 0 #05f7af, 0 1px #b11efa, 1px 0 #05f7af, 0 -1px #b11efa;
  margin: 30px 0px 0px 0px;
}
h2{
	font-family: 'Gajraj One';
	font-size: 25px;
	color: #fff;
  text-shadow: -1px 0 #05f7af, 0 1px #b11efa, 1px 0 #05f7af, 0 -1px #b11efa;
  border-bottom: 1px dotted white;
  margin: 0px 0px 5px 0px;
  padding: 0;
}
h3{
	font-family: 'Gajraj One';
	font-size: 15px;
  color: #fff;
  text-shadow: -1px 0 #05f7af, 0 1px #b11efa, 1px 0 #05f7af, 0 -1px #b11efa;
  margin: 0px 0px 2px 0px;
  padding: 0;
}
p{
  text-align: justify;
  margin: 0;
  padding-bottom: 5px;
}
.flashyul{
  list-style-image: url(https://files.catbox.moe/0mvthe.gif);
  margin: 0;
}
.todoul{
  list-style-type: "✓";
  margin: 0;
  padding-left: 15px;
}
.updateul{
  list-style-type: "+";
  margin: 0;
  padding-left: 15px;
}
.doneli{
  text-decoration-line: line-through;
}
.imgRtxt{
  float: right;
  margin: 5px;
}
a:link {
  color: #f5388a;
  text-decoration: none;
}
a:visited {
  color: #f5388a;
  text-decoration: none;
}
a:hover {
  letter-spacing: 2px;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #7e42fc; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #5930b0; 
}
