@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@600&display=swap'); 
body{ 
  margin: 10px 80px; 
  font-family: 'Noto Sans JP', sans-serif; 
  background-clip: taemin.mp4;
} 
nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid #6f6f6f;
}
nav .onglets{
    margin-top: 3px;
    margin-left: 300px;
}
nav .onglets a{
    text-decoration: none;
    color: #000;
    margin-right: 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px
}
header{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(https://todaykpop.com/wp-content/uploads/2020/08/1597459087_Lebih-Banyak-Comeback-dan-Debut-Agustus-Akan-Datang.jpeg);
    background-size: cover;
    color: #fff;
    padding: 40px;
}
header h1{
    font-family: 'Playfair Display', sans-serif;
    font-size: 50px;
}
header h4{
    margin-top: -20px;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px solid #fff;
}
header button{
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    border: none;
    font-size: 20px;
    font-family: 'Playfair Display',sans-serif;
    outline: none;
    cursor: pointer;
}
nav { 

  display:flex; 

  flex-wrap:wrap; 

  justify-content:space-between; 

} 

nav h1{ 

  font-family: 'Crimson Text', serif; 

  font-size: 30px; 

} 

nav .onglets{ 

  margin-top: 35px; 

} 

nav .onglets a{ 

  text-decoration: none; 

  color:#7f7e7e; 

  margin-right: 10px; 

} 

.articles{ 

  margin-top: 30px; 

} 
.articles .article{ 

  display: flex; 

  flex-wrap:wrap; 

  margin-bottom: 30px; 
} 

.articles .article .left img{ 

  height: 300px; 

  width: 500px; 
} 

.articles .article .right { 

  margin-left: 40px; 

  max-width: 50%; 
} 

.articles .article .right p.date{ 

  color: #7f7e7e; 

} 

.articles .article .right p.description{ 

  color: #2d2d2d; 

} 
footer { 

  margin-top: 30px; 

  display: flex; 

  flex-wrap:wrap; 

  justify-content: space-between; 

  color: #494949; 

} 

footer h2{ 

  font-size: 20px; 

  font-family: 'Crimson Text', serif; 

  margin-top: 20px; 

} 

footer .social-media{ 

  display:flex; 

} 

footer .social-media p{ 

  font-size: 18px; 

  margin-right: 20px; 

} 
@media screen and (max-width: 640px){ 

  body{ 

    margin: 

10px 20px; 

  } 

  nav .onglets{ 

    margin-top: -10px; 
  } 
  .articles .article .left img{ 

    height: 100%; 

    width:100%; 
  } 

  .articles .article .right{ 

    margin: 0px; 

    max-width: 100%; 

  } 

  footer .social-media{ 

    margin-top: -20px; 

  } 
  img {
  width: 300px;
  height: 30000px;
  display: block;
  margin: auto;
}


} 