#result{
    display: none;
    background-color: white;
    width: 80%;
    text-align: center;
    border-radius: 20px;
  }
  
  #shareResult{
    background-color: white;
    width: 80%;
    text-align: center;
    border-radius: 20px;
  }
  
  .resultname{
    font-size: 26px;
  }
  
  .resultDesc{
    font-size: 20px;
  }
  
  .kakao{
    color: white;
    background-color: #FEE500;
    font-size: 20px;
    border: 0px;
    border-radius: 20px;
  }
  
  .kakao:hover, .kakao:focus {
    background-color: white;
    color: #FEE500;
  }
  
  .gohome{
    color: white;
    background-color: skyblue;
    font-size: 20px;
    border: 0px;
    border-radius: 20px;
  }
  
  .gohome:hover, .gohome:focus {
    background-color: white;
    color: skyblue;
  }