.hero{
    position: relative;
    background-image: url(img/netflix.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.hero::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:radial-gradient(rgba(0, 0, 0, 0.485),rgba(0, 0, 0, 0.856)) ;
}
.nav{
    position: relative;
    height: 15vh;
}
.nav>img{
    width: 180px;;
}
.nav>button{
    background-color: #E70314;
    width: 80px;
    height: 40%;
}
.nav>button:hover{
    cursor: pointer;
    background-color: #ca000d;
}
.home{
    height: 70%;
}
.home .fs{
    font-size: 3.5rem;
    font-weight: 800;
    width: 55%;
}