* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Roboto, Arial, sans-serif;
}

header {
  width: 100%;
  height: 4em;
  padding-left: 20px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
}
.header-left {
  display: flex;
  width: auto;
  align-items: center;
}
.feed-icon {
  align-items: center;
  display: flex;
}
.youtube-logo {
  width: 100px;
  height: 56px;
  margin: 0px 0px 0px 20px;
}
.header-center {
  width: auto;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.search-bar {
  height: 40px;
  width: 550px;
  outline: none;
  border: 1px solid #c0c0c0;
  border-radius: 3px 0px 0px 3px;
  font-weight: 500;
  font-size: 1.1em;
}
.search-btn {
  width: 70px;
  height: 40px;
  border: 1px solid #c0c0c0;
  border-radius: 0px 3px 3px 0px;
}
.mic-icon {
  width: 25px;
  margin-left: 10px;
  border-style: none;
  border-radius: 50%;
}
.header-right {
  display: flex;
  width: 215px;
  justify-content: space-between;
}
.right-icons {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#avatar {
  margin-left: 20px;
  border-radius: 50%;
}

.left-sec {
  color: gray;
  width: 207px;
  height: auto;
  /* overflow: hidden scroll; */
}


.left-sec h2:hover {
  background-color: rgba(107, 107, 107, 0%);
}
.container h2 {
  font-size: 14.4px;
  font-weight: lighter;
}

.container h1 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}

.column {
  line-height: 40px;
  display: flex;
  padding-left: 30px;
  align-items: center;
  cursor: pointer;
}
.column h2 {
  margin-left: 10px;
}

.left-sec :hover {
  fill: red;
  background-color: hsl(0, 0%, 93.3%);
}
.left-sec h1 {
  padding-left: 30px;
  pointer-events: none;
}

.right-sec {
  width: 60%;
}

.column-two a {
  pointer-events: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;

  margin-left: 30px;
  text-decoration: none;
  color: gray;
}

.column-two h6 {
  margin-left: 30px;
}

.column-two {
  pointer-events: none;
  margin-top: 10px;
}
.container {
  /* width: 100%; */
  display: flex;
}
.top-sec {
  width: 86vw;
  height: 60px;
  padding-left: 30px;

  display: flex;

  border-top: 1px solid rgb(231, 227, 227);
  border-bottom: 1px solid rgb(231, 227, 227);
  align-items: center;
}
/* .container .right{
    width: 50%;
} */
.top-sec button {
  margin-right: 20px;
  border-radius: 18px 18px 18px 18px;
  padding: 0px 15px 0px 15px;
  height: 35px;
  width: auto;
  font-size: 13px;
  font-weight: 600;
  color: rgba(107, 107, 107, 100%);
  border: #c0c0c0 solid;
  border-width: 1px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.top-sec button:nth-child(1) {
  background-color: black;
  color: #fff;
}
.grid-container {
  display: flex;
  padding: 50px 0px 0px 30px;
  justify-content: space-between;
  /* flex-direction: row; */
  margin-top: -30px;
}

div .grid-container {
  width: 100%;
  height: 33%;
}
.grid-container div {
  width: 0%;
  height: 50px;
  background-color: hotpink;
}
div .grid-container div h3 {
  font-size: 0.9rem;
  margin: 8px 0px 4px 0px;
}

.grid-container div {
  width: 100%;
  margin-right: 1em;
}

.grid-container p {
  color: grey;
  font-size: 0.8em;
  line-height: 1.5em;
}

#home-tab {
  background-color: rgba(107, 107, 107, 30%);
  fill: red;
  color: black;
}

#home-tab h2 {
  font-weight: 600;
}

.top-sec button {
  cursor: pointer;
}

.movie_title {
  cursor: pointer;
}

.feed-icon {
  cursor: pointer;
}

.youtube-logo {
  cursor: pointer;
}

.search-btn {
  cursor: pointer;
}

.mic-icon {
  cursor: pointer;
}

.style-scope.yt-icon {
  cursor: pointer;
}

.right-icons {
  cursor: pointer;
}