html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
  width: 100%; 
  background-image: url("https://themadcrystal.neocities.org/wiki/squidward.jpeg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  font-family: "Arial", cursive;
  display: flex;
	flex-direction: column; 
}

.theshit {
  background-color: rgba(0, 0, 0, 0.2); 
  display: block;
  justify-content: center;
  margin: 0 auto;
  color: white;
  min-height: 97.5vh;
}

.topthing {
  border: 3px solid rgba(0, 0, 0, 0.7); 
  background-color: rgba(0, 0, 0, 0.6); 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.topthing img {
  margin-bottom: auto;
}

.sidebar {
  box-sizing: border-box;
  border: 3px solid rgba(0, 0, 0, 0.7); 
  background-color: rgba(0, 0, 0, 0.6);  
  justify-content: center;
  padding: 5px;
  font-size: 12px;
}

.sidebar a {
  display: block;
  background-color: rgba(0, 0, 0, 0.5); 
  border: 3px solid rgba(0, 0, 0, 0.6); 
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  color: white;
  text-decoration: none;
}

.sidebar a:hover {
  transform:scale(1.03)
}

.moreshit {
  background-color: rgba(0, 0, 0, 0.2); 
  display: flex;
  color: white;
  min-height: 80vh;
  padding: 10px;
}

.mainshit {
  border: 3px solid rgba(0, 0, 0, 0.7); 
  background-color: rgba(0, 0, 0, 0.6);  
  padding: 5px;
  font-size: 12px;
}