#result {
    display: none;
    background-color: whitesmoke;
    width: 80%;
    text-align: center;
    border-radius: 20px;
    font-weight: 700px;
  }
  
  #result{
    font-family: 'Black Han Sans', sans-serif;
  }
  
  .resultname {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 20px;
    }
  
  .resultDesc {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 1rem;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    word-break: keep-all;
  }



  
  .kakao {
    color: white;
    background-color: #fee500;
    font-size: 20px;
    border-radius: 5px;
  }
  
  .kakao:hover,
  .kakao:focus {
    background-color: whitesmoke;
    color: #fee500;
  }
  
  .video-container {
    position: relative;
    width: 80%;
    height: auto;
    padding-top: 50%;
    margin-bottom: 7%;
    margin-left: 10%;
  }
   
  iframe {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .btn_share{
    padding:1px
   
  }