body {
  margin: 0;
}
p {
  margin: 0;
}
.rightMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.rightMenu {
  display: flex;
  justify-self: center;
  align-items: center;
  margin: 10px;
}
.menuImg {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.YouTubeMain {
  width: 100px;
  height: 50px;
  margin-left: 10px;
  cursor: pointer;
}
.findContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  height: 40px;
  position: relative;
  flex: 1;
}
.search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  border: 1px solid rgb(182, 182, 182);
  cursor: pointer;
}
.search > input {
  box-sizing: border-box;
  max-width: 560px;
  flex: 1;
  height: 40px;
  padding: none;
  font-size: 16px;
  border: none;
}
.search > button {
  border: none;
  width: 60px;
  height: 40px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}
.finder {
  margin: 0px;
  width: 20px;
  height: 20px;
  border: none;
}
.keyboard {
  position: absolute;
  top: auto;
  right: 100px;
  width: 24px;
  height: 24px;
}
.Mike {
  height: 24px;
  margin: auto 5px;
  cursor: pointer;
}
.Menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Multi {
  height: 24px;
  width: 24px;
  margin: auto 10px;
  cursor: pointer;
}
.UserInterFace {
  height: 24px;
  width: 24px;
  margin: auto 10px;
  cursor: pointer;
}
.LogIn {
  background-color: rgb(63, 63, 248);
  color: white;
  border-radius: 10px;
  padding: 10px;
  width: 50px;
  margin: 0;
  margin-right: 10px;
  cursor: pointer;
}
.sidebar {
  width: 200px;
  height: calc(100vh - 56px);
  position: fixed;
  top: 76px;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.sidebarItem {
  border-bottom: 1px solid rgb(168, 168, 168);
}
.sidebarItem img {
  width: 24px;
  height: 24px;
  margin: 0px 24px;
}
.sidebarItem1,
.sidebarItem2,
.sidebarItem3,
.sidebarItem4 {
  display: flex;
  flex-direction: row;
  width: 240px;
  height: 40px;
  cursor: pointer;
}
.sidebarItemTwo {
  border-bottom: 1px solid rgb(168, 168, 168);
}
.sidebarItemTwo img {
  width: 24px;
  height: 24px;
  margin: 0px 24px;
}
.sidebarItemTwo1,
.sidebarItemTwo2 {
  display: flex;
  flex-direction: row;
  width: 240px;
  height: 40px;
  margin-top: 15px;
  cursor: pointer;
}
.sidebarItemThree {
  border-bottom: 1px solid rgb(168, 168, 168);
  font-size: 14px;
}
.sidebarItemThree > .Item {
  width: 150px;
  height: 60px;
  margin: 10px auto 0px;
}
.sidebarItemThree > .LogIn {
  margin: 20px 30px;
  cursor: pointer;
}
.sidebarItemFour {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border-bottom: 1px solid rgb(168, 168, 168);
}
.sidebarItemFour img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: rgb(39, 39, 39);
  border-radius: 15px;
}
.sidebarItemFourText,
.sidebarItemFour1,
.sidebarItemFour2,
.sidebarItemFour3,
.sidebarItemFour4,
.sidebarItemFour5,
.sidebarItemFour6,
.sidebarItemFour7,
.sidebarItemFour8 {
  display: flex;
  flex: row;
  width: 240px;
  margin: 8px 25px;
  cursor: pointer;
}
.sidebarItemFive {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px 0px 15px 27px;
  border-bottom: 1px solid rgb(168, 168, 168);
  cursor: pointer;
}
.sidebarItemFive img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.sidebarItemSix {
  border-bottom: 1px solid rgb(168, 168, 168);
  padding: 15px 0px 15px 27px;
}
.sidebarItemSix img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.sidebarItemSix1 {
  font-size: 14px;
}
.sidebarItemSix1,
.sidebarItemSix2 {
  display: flex;
  align-items: center;
  padding: 4px 0px;
  cursor: pointer;
}
.sidebarItemSeven {
  border-bottom: 1px solid rgb(168, 168, 168);
}
.sidebarItemSeven img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.sidebarItemSeven1,
.sidebarItemSeven2,
.sidebarItemSeven3,
.sidebarItemSeven4 {
  display: flex;
  flex-direction: row;
  margin: 8px 0px 8px 25px;
  cursor: pointer;
}
.sidebarItemeight {
  width: 150px;
  margin: auto;
}
