body {
  color: black;
  background-color: black;
  background-image: url("img/asdbg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.not-found{
  font-size: 8rem;
}  

.container1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.container1 img{
  display: block;
}

.container2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  
}

.navbar {
  display: flex;
  flex-direction: row;
  align-content: center;
}

.navbar-link {
  margin-right: 25px;
  font-size: 30px;
  color: #366361;
}

.navbar-link:hover {
  color: #5E8C87;
}

.navbar-div{
  margin-right: 25px;
  font-size: 30px;
  color: #366361;
  font-weight: 600;
}

.i-feel {
  margin-right: 30px;
  font-size: 10rem;
  background-image: url("img/windows-xp.jpg");
  background-size: cover;
}


.no-mobile{
  text-align: center;
}

.music-display{
  margin-left: 50px;
  margin-bottom: 10px;
  margin-top: 30px;
}

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  align-self: bottom;
}

.no-ai {
  display: block;
}

hr {
  width: 30%;
  color: #366361;
  background-color: #366361;
  height: 2px;
  border-radius: 3px;
  border: none;
}


.book{
  cursor: zoom-in;
}

.bookshelf {
  z-index: 4000;
}

.aboutme {
  background-image: url("img/asdbg-fisch.jpg");
}