/*--------------------------------------------------------------
# Hobbies
--------------------------------------------------------------*/

p {
    font-family: "Kanit", sans-serif;
    font-size: 15px;
}

.hobbies {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  
  .cnc-info {
    background: #f1f0f0;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #1a1a1b;
    width: 280px;
    height: 300px;
    margin: 20px;
  }
  
  .cnc-info h4 {
    padding-top: 20px;
  }
  
  .cnc-info h6, 
  .cnc-info p {
    font-size: 14px;
  }
  
  .cnc-info li {
    text-align: left;
    font-family: "Kanit", sans-serif;
    font-size: 15px;
  }

  #background-vid {
    height: 100vh;
    width: 100vw; 
    object-fit: cover; 
  }
  