body {
  background-color: white;
  background-image: url('https://mycutedeathyz.neocities.org/website/grdnt_pink.png');
  background-repeat: repeat-x;
  font-family: 'Roboto Mono';
}
article {
  margin: auto;
  background-color: white;
  width: 50%;
  padding: 20px;
  height: 100%;
  font-size: 14px;
}
.side1 {
  background-image: url('https://mycutedeathyz.neocities.org/website/bg2.png');
  border-right: 4px solid white;
  height: 100%;
  width: 128px;
  top: 0;
  left: 0;
  position: fixed;
  
}
.side2 {
  background-image: url('https://mycutedeathyz.neocities.org/website/bg2.png');
  border-left: 4px solid white;
  height: 100%;
  width: 128px;
  top: 0;
  right: 0;
  position: fixed;
  
}

.insideside {
  text-align: center;
  margin: auto;
  padding: 8px;
  font-size: 16px;
}
.info {
  font-size: 10px;
  line-height: 12px;
  width: 70%;
}
.pfp {
}
.mythings {
  margin: auto;
  padding: 4px;
  display: block;
  border: 2px solid black;
  overflow-y: auto;
  height: 80px;
  width: 80%;
}
.profile {
  border: 4px dotted #ffccff;
  padding: 4px;
}
.divider {
  margin: auto;
}