/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
body{
  margin: 0%;
  background-color: #8251ad;
  background-image: url("https://zats-a-sour.neocities.org/Background.png");
  color: black;
}

@font-face {
  font-family: 'winduhs';
  src: url(https://zats-a-sour.neocities.org/VCR.ttf);
}

.header-img{
  width: 100%;
  height: 150px;
  text-align: center;
}

.mini-header{
  width: 960px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.maincontainer {
  font-family: comic sans ms;
  font-size: 14px;
  width: 952px;
  height:952px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container {
  background-color: #a99bff;
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-image: url("https://zats-a-sour.neocities.org/bordertestmkIIelectricboobyglue-1.png") 4 4 4 4 repeat repeat;
  border-image-outset: 1px;
}

.placeholder{
  background-color: white;
  border-style: solid;
}

.box-container {
  border-style: solid;
  border-width: 8px 8px 8px 8px;
  border-image: url("https://zats-a-sour.neocities.org/border-white.png") 8 8 8 8 repeat repeat;
  border-image-outset: 2px;
}

.blogpost {
  background-color: pink;
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-image: url("https://zats-a-sour.neocities.org/bordertestmkIIelectricboobyglue-1.png") 4 4 4 4 repeat repeat;
  border-image-outset: 1px;
  margin: 4px;
  width: 200px;
}

.row {
  width: 500px;
  margin-left: auto ;
  margin-right: auto ;
}

.buttons {
  display: block;
  width: 500px;
  height: 33px;
  margin-left: auto ;
  margin-right: auto ;
}
  
.side {
  width: 200px;
  height: 400px;
  flex-wrap: wrap;
  display: block;
  position: absolute;
}


footer{
  bottom: 0;
  margin-left: auto;
  Margin-right: auto;
  width:960px;
}