* {
cursor: url("https://komoeba.neocities.org/a/img/dirkcursorsmall.png"), auto;
}

body {
  color:orange;
  font-family: courier;
  background: url("https://komoeba.neocities.org/a/img/dirktile2.png");
  background-repeat: repeat;
  background-size: 150px;
}

.container3 /*content*/{
 border: 20px solid transparent;
 border-image: url('https://komoeba.neocities.org/a/img/dirkborder.png') 25 stretch; 
 width: 600px;
 height: 300px;
 padding: 0px;
 
}
.container2 /*header*/{
 border: 20px solid transparent;
 border-image: url('https://komoeba.neocities.org/a/img/dirkborder.png') 30 stretch; 
 width: 720px;
 height: 70px;
 margin: auto;
 padding: 0px;
 
}
.container /*sidebar*/ {
 border: 20px solid transparent;
 border-image: url('https://komoeba.neocities.org/a/img/dirkborder3.png') 20 stretch; 
 width: 100px;
 height: 310px;
 padding: 0px;
 margin-right: -5px;
 margin-left: 7px;
 
}

.content /*within containers*/ {
  border: transparent 2px solid;
  background: #fffce5;
  width: 100%;
  height: 100%;
}

#links {
 margin-top: -1000px;
}

#content {
 margin: auto;
 width: 800px
}
#contentsidebar {
 margin: auto;
 width: 800px
}
#content2 {
 display: flex;
 margin:auto;
}