/* 
.hobbies {
  width: 100;
  height: 20;
  background-color: #885abb;
  border: 10px solid #111131;
  border-radius: 20px;
  text-align: center
}

img {
  padding:20px
  }*/

body {
  background-image: url("web2.png");
  background-repeat: repeat;
  background-color: #663899;
  color: #9999a3;
  font-family: 'Courier New', 'monospace';
}

h1 {
  border: 5px solid #111131;
  border-radius: 10px;
  text-align: center;
  background-color: #07071b;
  color: #9999a3;
}

.sidebar {
  padding: 10px;
  background-color: #888898;
  border: 5px solid #111131;
  border-radius: 10px;
  width: 80px;
  height: 500px;
  display: flex;
  flex-direction: column;
  min-width: 175px;
  gap: 20px
}

.infostuff {
  margin-top: -500px;
  text-align: center;
  margin-left: 250px;
  margin-right: 50px;
  background-color: #111131;
  border: 8px solid #07071b;
  box-shadow: 0 0 10px #888898;
  border-radius: 8px;
  height: -500px
}

/*div2 {
  background-color: #666676;
  border: 2px solid #333343;
  border-radius: 10px;
}

.summary {
  margin-top: -500px;
  flex: 1;
  text-align: center;
  margin-left: 0px;
  background-color: #07071b;
  border: 8px solid #111131;
  box-shadow: 0 0 10px #888898;
  border-radius: 8px;
  height: 100px
}

  background-color:#07071b;
  border: 8px solid #111131;
  box-shadow: 0 0 10px #888898;
  border-radius: 8px;
  margin-left: 400px