body {
  background-image: url("https://i.pinimg.com/736x/30/27/ff/3027ff0ac245112c7ba3d23988e317d0.jpg");
  font-family: Monospace;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
}

#cuntainer {
  margin: auto;
  width: 70%;
  padding: 5px;
  background-color: #333333;
  border: 1px solid black;
  margin-bottom: 100px;
}


.header {
  text-align: center;
  background-image: url("https://i.pinimg.com/originals/8a/b5/63/8ab563dea2c1a3b05c80954f0c55cb27.gif");
  background-size: cover;
  padding: 5px;
}

.navbar {
  width: 100%;
}

.links{
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
  border: 1px black solid;
  background-image: linear-gradient(to top, #1F1F1F 20%, #4F2433, #8F4562);
  border-radius: 2px;
}

@font-face {
  font-family: 'Bu Gothic Hybrid';
  src: url('https://themoriblog.neocities.org/BuGothicHybrid-xyd5.ttf');
}

@font-face {
  font-family: 'Nemo-Nightmares';
  src: url('https://themoriblog.neocities.org/Nemo%20Nightmares.ttf');
}


#site-title {
  font-family: 'Nemo-Nightmares', Georgia;
  font-size: 85px;
  font-weight: normal;
  color: white;
}

#sub-title {
  font-family: 'Bu Gothic Hybrid', Georgia;
  font-size: 16px;
}

.sidebar {
  border-right: 1px black solid;
}

.main {
  padding: 5px;
}

.showcase {
   background-image: (to bottom, #FFFFFF, #1F1F1F 30%); ; 
   border: 1px solid white;
   padding: 10px;
   border-radius: 10px;
   overflow: auto;
   display: grid;
   grid-template-columns: 185px 185px 185px;
   grid-template-rows: 200px 200px;
   place-content: center;
   align-items: stretch;
   width: 590px;
   margin: auto;
} 

.showcase div {
  text-align: center;
}

.showcase2 {
   background-image: linear-gradient(to bottom, #FFFFFF, #1F1F1F 30%); 
   border: 1px solid black;
   padding: 20px;
   border-radius: 10px;
   overflow: auto;
}

#sotd-cover {
  margin: auto;
}

.bulletin {
   padding: 5px;
}

.sotd {
  text-align: center;
  background-image: linear-gradient(to bottom, #FFFFFF, #1F1F1F 10%); 
  border: 1px solid black;
  padding: 5px;
  border-radius: 10px;
  margin-top: 10px;
}


.contents {
  display: inline-grid;
  grid-template-columns: 180px 180px 180px;
  grid-template-rows: 200px 200px;
  padding: 10px;
  place-content: center;
}

.contents div {
  text-align: center;
  margin: auto;
}

a:link {
  color: #BE4173;
}

a:visited {
  color: #BE4173;
}

a:hover {
  color: white;
}

a:active {
  color: #AF5074;
}

#vicky {
  display: flex;
  padding: 8px;
}

#neocities {
  display: block;
  margin: auto;
}

.bcontent {
  background-image: url("https://i.pinimg.com/1200x/99/8a/f0/998af0ff2599fa6d534474e31416d367.jpg");
  background-size: contain;
  width: 260px;
  height: 170px;
  text-align: center;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: auto;
  margin: auto;
  padding: 5px;
}

.main {
  float: none;
  width:100%;
}
@font-face {
  font-family: 'Bu Gothic Hybrid';
      src: url('https://themoriblog.neocities.org/BuGothicHybrid-xyd5.ttf');
}
.article {
  width: 80%;
  margin: auto;
    }
.article h2 {
  font-family: Bu Gothic Hybrid, Georgia;
  text-align: center;
}
.backlink {
  display: block;
  width: 50%; 
  margin: 0 auto;
  text-align: center;
}
img {
  display: block;
  margin: auto;
}
ol {
  list-style-type: decimal;
}