body
{
background-color: rgba(24,24,24,255);
}
.videotitle
{
font-family: Roboto;
font-size: 25px;
font-weight: 400;
margin-left: 75px;
margin-top: 475px;
transition: color 1s, font-size 1s, margin-top 1s;
color: white;
}
.videotitle:hover
{
color: rgb(172, 62, 62);
margin-top: 480px;
cursor: pointer;
font-size: 26px;
}
.view-publishdate
{
font-family: Roboto;
font-size: 15px;
color: rgb(164, 162, 162);
margin-left: 75px;
margin-top: -5px;
width: 200px;
transition: color 1s, font-size 1s, margin-top 1s;
}
.view-publishdate:hover
{
font-size: 15.9px;
cursor: pointer;
}
.channel-name
{
background: blue;
margin-left: 130px;
margin-top: 25px;
color: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 17px;
font-weight: 500;
width: 175px;
transition: font-size 1s, margin-top 0.55s;
cursor: pointer;
}
.channel-name:hover
{
font-size: 18.5px;
margin-top: 26.5px;
}
.about-video
{
font-size: 1.2rem;
margin-left: 45px;
margin-top: 25px;
color: white;
font-family: Roboto, sans-serif;
width: 450px;
height: 66px;
transition: font-size 1s, margin-top 0.55s;
cursor: pointer;
line-height: 1.6em;
}
.about-video:hover
{
font-size: 1.3rem;
margin-top: 25.5px;
}
.subscribe-button
{
background-color: red;
font-family: Roboto;
font-weight: 500;
font-size: 14px;
color: white;
width: 106px;
height: 36px;
margin-left: 538px;
margin-bottom: 50px;
border: none;
}