.showPage {
  transform: translateX(0);
}

.background {
  background: no-repeat top/100% url('/images/BinaryWallPaper.png');
  background-color:black;
  width: auto;
  height: auto;
}

.background1 {
  background: no-repeat top/100% url('/images/wallpaper-pexels-josh-hild-3602154.jpg'); 
  background-color:skyblue;
  width: auto;
  height: auto;
  
}
.background2 {
  background: no-repeat top/100% url('/images/branch_green.jpg');
  background-color:rgb(60, 173, 60);
  width: auto;
  height: auto;
  
}
.background3 {
  background: no-repeat top/100% url('/images/core-pink.png');
  background-color:rgb(60, 173, 60);
  width: auto;
  height: auto;
  
}

.theme {
  background-color: transparent;
  color: white;
  border-radius: 4px;
  border-top-color: lightgray;
  border-left-color: lightgray;
  border-bottom-color: transparent;
  border-right-color: transparent;
  cursor: pointer;
}

.navbar-btn {
  margin-left: 10px;
  display: flex; 
  align-items: left; 
  text-align: center; 
  justify-content: left;  
}

