body {
  background-image: url(https://media-cldnry.s-nbcnews.com/image/upload/t_fit-560w,f_auto,q_auto:best/rockcms/2023-12/231206-sean-diddy-combs-mn-1320-7919c9.jpg);
  height: 100%;
  margin: 0;
}

#sidebar {
  background-color: rgb(34, 94, 163);
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  width: 7.5%;
  position: fixed;
  border-radius: 0 30px 30px 0;
  text-align: center;
  border-bottom: solid black;
  border-right: solid black;
  border-top: solid black;
  z-index: 1;
}

#ImgContainer {
  display: flex;
  justify-content: space-around;
  background-color: rgb(25, 66, 114);
  width: 90%;
  height: 100%;
  margin: 0 auto;
  border: solid 3px black;
  border-radius: 30px;
}

.button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 200px;
}

.sidebarButtons {
  border-radius: 30px;
  background-color: rgb(25, 66, 114);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 0 auto;
  font-size: 100%;
  width: 75%;
  height: 63%;
  overflow: hidden;
}

.sidebarButtonCase {
  width: 100%;
  margin: 0 auto;
  height: 30%;
  overflow: hidden;
}
.sidebarButtonClass {
  border-radius: 30px;
  width: 100%;
  height: 55%;
  margin: 0 auto;
  overflow: hidden;
}

.sidebarButtonsImg {
  width: 240%;
  height: 120%;
  transform: translate(-20%, -10%);
}

p {
  margin: 0 auto;
}

.ImgButtons {
  border: solid 3px black;
  width: 100%;
  height: 70%;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
}

.ImgCase {
  width: 30%;
  height: 100%;
  margin: 0 auto;
}
.ImgButtonsImg {
  width: 125%;
  height: 125%;
  transform: translate(-10%, -10%);
  margin: 0 auto;
  object-fit: cover;
}

#mainbar {
  background-color: rgb(34, 94, 163);
  margin: 0 auto;
  width: 55%;
  height: 70%;
  z-index: 1;
  display: flex;
  top: 50%;
  left: 50%;
  border-radius: 30px;
  border: solid 3px black;
  position: fixed;
  transform: translate(-50%, -50%);
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
}

#MainbarTitle {
  font-size: 300%;
}

#SidebarTitle {
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 200%;
  text-align: center;
  color: black;
}

#Settings, #More {
  width: 85%;
  margin: 0 auto;
  padding: 5px;
  background-color: transparent;
  border: none;
}

#SettingsImg, #MoreImg {
  width: 100%;
  margin: 0 auto;
}

#ImgContainer {
  background-color: rgb(25, 66, 114);
  width: 90%;
  height: 100%;
  margin: 0 auto;
  border: solid 3px black;
  border-radius: 30px;
}