* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #211614;
}

h1 {
    font-style: oblique;
    text-decoration: underline;
}

.todo {
    background-image: url('https://willdotjpg.gay/framenotepad.png');
    width: 274px;
    height: 185px;
    margin-left: 300px;
    margin-top: 200px;
}

.ins {
    position: absolute;
    font-family: monospace;
    font-size: 12px;
    margin-left: 12px;
    margin-top: 60px;
    width: 230px;
    height: 95px;
    overflow: auto;
}

ol li {
    list-style: decimal;
    list-style-type: circle;
    margin-left: 30px;
}

.container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    height: 800px;
    background-image: url('https://files.catbox.moe/781vcx.png');
    background-repeat: repeat;
    background-attachment: fixed;
    background-color: #fff;
}

.sidebar {
    position: absolute;
    width: 150px;
    height: 650px;
    border: 1px solid #000;
    margin-top: 75px;
    margin-left: 10px;
    background-color: #fff;
}

.sidecontent {
    margin-left: 15px;
    margin-top: 20px;
}

.center {
    width: 350px;
    height: 650px;
    border: 1px solid #000;
    margin-top: 75px;
    margin-left: 170px;
    background-color: #fff;
}

.updates {
    position: absolute;
    width: 160px;
    height: 650px;
    border: 1px solid #000;
    margin-top: -652px;
    margin-left: 530px;
    background-color: #fff;
}

.box {
    background-color: #fff;
    border: 1px solid #000;
    padding: 5px;
    margin: 0px;
    width: 140px;
    margin-left: 4px;
    margin-top: -4px;
}

.intro {
    font-family: 'Anonymous Pro', monospace;
    font-size: 12px;
    height:100%
}


.up2 {
    font-family: 'Anonymous Pro', monospace;
    font-size: 12px; 
    height: 200px;
    overflow: auto;
}

#popu {
    margin-top: 120px;
}

#pippi {
    position: absolute;
    margin-top: 50px;
    margin-left: 45px;
}

.mood {
    padding-right: 5px;
}

.frame {
  position: absolute;
  margin-left: 20px;
  margin-top: -180px;
  width: 260px;
  height: 265px;
}

.frame button {
  width: 20px;
  height: 20px;
  background-color: #D3D3D3;
  color: #000;
  font-weight: bold;
  float: right;
}