body { 
  background-image: url("IMG_2891.webp");
  background-attachment: fixed;
}
h1 {
  color: #D3A8FF;
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.highlight {
  background-color: black;
}
.wewewawa {
  background-image: url("cheeta.jpg");
  margin-left: 175px;
  margin-right: 175px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-left: 5px solid grey;
  border-right: 5px solid grey;
  border-top: 15px solid grey;
  border-bottom: 15px solid grey;
}
.everything {
  display: flex;
  justify-content: center;
}
.index {
  display: flex;
  flex-direction: column;
  width: 15%;
  margin-right: 15px;
}
.thingy {
  display: flex;
  border: 5px solid white;
  border-radius: 5px;
  flex-direction: column;
  background-color: black;
  padding: 2px;
  align-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-left: 15px;
}
.header {
  color: white;
  background-color: grey;
  border: 2px solid white;
  width: 75%;
  height: 50%;
  border-radius: 5px;
  margin: 15px;
}
.container {
  display: flex;
  flex-direction: column;
  height: 550px;
  overflow: scroll;
}
.aboutme {
  border: 5px solid white;
  background-color: black;
  border-radius: 5px;
  color: white;
  width: 90%;
  margin-left: 25px;
  text-align: center;
}
.aboutsite {
  border: 5px solid white;
  background-color: black;
  border-radius: 5px;
  color: white;
  width: 90%;
  text-align: center;
  margin-left: 25px;
  margin-bottom: 25px;
}
p {
  text-align: left;
  color: white;
}
p3 {
  color: red;
}
.buttons {
  border: 2px solid white;
  border-radius: 5px;
  background-color: black;
  padding: 0px;
  text-align: center;
  height: 150px;
  overflow: scroll;
  margin: 5px;
  color: white;
}
.buttons img {
  height: 15px;
}
.userboxes img {
  height: 45px;
}
.userboxes {
  margin-left: 25px;
}