*{
  background-color:rgb(20, 20, 20);
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.Top-bar{
  position: fixed;
  top:0;
  left:0;
  padding: 0 4%;
  width:92%;
  height: 70px;
  line-height: 14px;
  display: flex;
  background-color: rgb(20,20,20);
}

.middle{
  margin-top: auto;
  margin-bottom: auto;
}

.icons{
  color: white;
  z-index: 2;
  padding-left: 15px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.2;
  transition: color 0.4s;
  text-decoration: none;
  }

  .icons:hover {
     color: #b3b3b3;
 }

 .icons:active{
   color: #fff;
   font-weight: 700;
   cursor: default;
 }

 .flex-container{
   display: flex;
  }

.nav-menu{
  display: flex;
  margin-left: auto;
  width: 191.6px;
  justify-content: space-between;
}

.avatar-container{
  width:50px;
  display: flex;
  justify-content: space-between;
}

.top-block{
  width:100%;
  height:70px;
}

.cards-container{
  padding: 0 0 0 4%;
  margin-top: 40px;
  }

.topic{
  width:100%;
  padding-bottom: 10px;
  font-size: 1.4vw;
  line-height: 1.25vw;
  font-weight: 700;
  color:rgb(229, 229, 229);
  font-family:"Netflix Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.Movies{
  cursor: pointer;
  display: flex;
}

.image{
  width: calc(16.6% - 4px);
  padding: 0 2px;
  transition: transform 0.4s;
}

.image:hover{
  transform: scale(1.6,1.6);
}
