html {
  font-family: Arial, "Sans Serif", "YT Sans", "Roboto Mono";
}

body {

}
button {
  background-color: white;
  border: 0;
}

h2 {
  font-family: 'YouTube Noto', Arial, "Sans-Serif";
  font-weight: bold;
  font-size: 13px;
  color: rgb(34, 34, 34);
}

p {
  font-family: 'YouTube Noto', Arial, sans-serif;
}

main {
  margin: 1rem;
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-template-rows: 40px 6rem 580px 350px 2fr 40px;
}

hr {
  display: block;
  height: 1px;
  border: none;
  border-top: 1px solid #ccc;
  margin: 1em 0;

}

.nav-container {
  grid-column: 1/3;
  grid-row: 1;
  display: inline-grid;
  grid-template-columns: 12.5rem 1fr 35px 35px 35px;
  grid-auto-rows: minmax(1rem, auto);
  grid-column: 1/4;
  padding-top: 0.5rem;
  color: white;
  margin-top: -20px;
  margin-bottom: 0.1rem;
  margin-left: -1rem;
  background-color: white;
}

.searchArea {
  grid-column: 2;
  align-items:  center;
  border: solid 0.5px;
  margin-top: -0.5rem;
  border-right: none;
  color: white;
  padding: 0.6rem 0.6rem;
}

.searchBox {
  width: 45rem;
  max-width: 100%;
  height: 1.9rem;
}

.sButton {
  background: url("Images/lupa.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 1.9rem;
  width: 4rem;
  margin-left: -0.08rem;
  border-left: none;
  border: solid 0.5px;
  border-color: grey;
  align-self: center;
  position: absolute;
}

#YTLogo {
  height: 20px;
  width: 179px;
  align-self: stretch;
  margin-left: 1rem;
}

.add {
grid-column: 3;
}

.grid {
  grid-column: 4;
}
.noti {
  grid-column: 5;
}

.language {
  grid-column: 1/6;
  grid-row: 2;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 2fr;
  border: 2px solid rgb(22, 122, 198);
  font-family: "YouTube Noto","YT Sans", "Roboto Mono";
  margin-bottom: 1rem;

}

.lang_Choose{
  grid-column:1/4;
  grid-row:1;
  background-color: rgb(22, 122, 198);
  color: white;
  font-weight: bold;
  padding: 0.3rem;
  margin-top: -0.1rem;
}

.lang_text {
  grid-column: 1;
  grid-row: 2;
  color:black;
  margin: 0.5rem;
  margin-top: -0.1rem;
}

.lang_text a {
  text-decoration: none;
}
.learnMore {
  grid-column: 3;
  grid-row: 2;
  text-decoration: none;
  font-family: Arial, "YouTube Noto","YT Sans", "Roboto Mono";
  margin-right: 1rem;
}

.item-A {
  grid-column: 1;
  grid-row: 3;
  border: none;

}

.item-B {
  grid-column: 1;
  grid-row: 4;
  align-self: start;
  display: inline-grid;
  grid-auto-columns: minmax(10px,auto);
  grid-auto-rows: minmax(10px,auto);
  grid-row-gap: 1rem;
  background-color: white;
  margin-top: 1rem;
}

.item-D {
  grid-column: 3;
  grid-row: 3/4;
  justify-self: center;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 1rem;
  background-color: white;
  padding-left: 1rem;
  padding-bottom: 1rem;


}

.item-D img {
  grid-column: 1;
  max-height: 8rem;
  height: 8rem;
  width: 12rem;
  margin-top: 10px;
}



.item-D p {
  grid-column: 2;
  margin-top: 10px;
}

.item-E {
  grid-column: 1/4;
  grid-row: 1;
  font-size: 25px;
  float: right;
  line-height: normal;
  font-weight: 500;
  margin-left: 1rem;
}

.vin-A {
  background: url(Images/avatar..png);
  background-repeat: no-repeat;
  background-size: 7rem 7rem;
  margin-top: 1rem;
  /* margin-left: 0.11rem; */
  grid-column: 1;
  grid-row: 2/5;


}

.vin-B {
  font-weight: bold;
  color: rgb(51, 51, 51);
  text-decoration: none;
  grid-column: 2;
  grid-row: 2;
  margin-top: 1rem;

}

.vin-C {
  background: url(Images/subscribe.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  grid-column: 2;
  grid-row: 3;
  margin-left: -9rem;
  margin-bottom: 2rem;
}

.vin-D {
  background: url(Images/share.png);
  background-repeat: no-repeat;
  background-position: center;
  grid-column: 2;
  grid-row: 5;
  margin-left: -15rem;
}

.vin-E {
  text-align: right;
  font-weight: bold;
  line-height: 24px;
  font-size: 16px;
  color: rgb(102, 102, 102);
  grid-column: 6;
  grid-row: 3;
  justify-self:start;

}

.vin-F {
  background: url(Images/like.png);
  background-repeat: no-repeat;
  background-position: center;
  grid-column: 5;
  grid-row: 5;
  margin-left: 5px;
  margin-right: -10rem;
}

.vin-G {
  background: url(Images/dislike.png);
  background-repeat: no-repeat;
  background-position: center;
  grid-column: 6;
  grid-row: 5;
  margin-left: 5px;
  margin-top: 0.5rem;
}

.vin-H {
  background: url(Images/addvideo.png);
  background-repeat: no-repeat;
  background-position: center;
  grid-column: 1;
  grid-row: 5;

}

.vin-I {
  background: url(Images/more.png);
  background-repeat: no-repeat;
  background-position: center;
  grid-column: 3;
  grid-row: 5;
  margin-left: -30rem;
}

.vin-J {
  grid-column: 1/7;
  grid-row: 4

}
.vin-K {
  grid-column: 5;
  grid-row: 5;
  justify-self: end;
  align-self: center;
  font-size: 12px;
  color: rgb(102, 102, 102);
  margin-right: -5rem;
}

.vin-L {
  grid-column: 6;
  grid-row: 5;
  justify-self: end;
  align-self: center;
  font-size: 12px;
  color: rgb(102, 102, 102);
  padding-right: 1rem;
  margin-right: 4rem;
}
.comments {
  grid-column: 1;
  grid-row: 5;
  display: block;
  float: left;
  width: 50rem;
  padding: 1rem;
  padding-right: 3.91rem;
  background-color: white;
}

.comments > p {
  text-align: justify;
}

footer{
  grid-column: 1/6;
  grid-row: 6;
  display: inline-grid;
  grid-template-columns:repeat(7,1fr);
  grid-auto-rows: minmax(10px,auto);
  grid-gap: 1rem;
  align-items: start;
  background-color: white;
}
footer > button {
font: normal normal normal 12px/normal 'YouTube Noto', Roboto, arial, sans-serif;
font-family: 'YouTube Noto', Roboto, arial, sans-serif;
display: inline-block;
height: 28px;
font-weight: 500;
font-size: 11px;
text-decoration: none;
white-space: nowrap;
word-wrap: normal;
line-height: normal;
vertical-align: middle;
cursor: pointer;
box-shadow: rgba(0, 0, 0, 0.046875) 0px 1px 0px;
background-color: rgb(248, 248, 248);
color: rgb(51, 51, 51);
border-top-left-radius: 2px 2px;
border-top-right-radius: 2px 2px;
border-bottom-right-radius: 2px 2px;
border-bottom-left-radius: 2px 2px;
border-width: 1px;
border-style: solid;
margin: 0px 0px 0px 0px;
padding: 0px 10px;
border-color: rgb(211, 211, 211);
align-self: center;
}

.bFooter {
  grid-column: 1/-1;
  grid-row:2;
}
.fLinks {
  grid-auto-columns: 0;
  grid-row: 3;
  justify-self:center;
  cursor: pointer;
  text-decoration: none;
  color: rgb(51, 51, 51);
  font-weight: 500;

}

.fLinks2 {
  grid-auto-columns: 0;
  grid-row: 4;
  justify-self:center;
  cursor: pointer;
  text-decoration: none;
  color: rgb(102, 102, 102);
  font-weight: bold;
  font-size: 11px;
  font-family: Arial;
}
