body{
    background-color: #F1ECE5;
}

nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    color: #545454;
    padding: 0 40px;
    border-bottom: 2px solid #5454549b;
    margin: 0 60px;
}

nav a{
    text-decoration: none;
    color: #545454;
    font-weight: normal;
    font-size: 18px;
    font-family: "Poppins", sans-serif;

}

nav h1{
    margin: 0 40px;
    font-size: 36px;
  font-family: "Bebas Neue", sans-serif;
}

.videos {
  display: flex;  
  gap: 40px; 
  justify-content: center;
  align-items: flex-start;  
  padding: 40px;     
  flex-wrap: wrap;        
}
.videos h2 {
  margin: 20px 0 10px;
  font-size: 18px;
  color: #333;
}