#result{
  display: none;
  background-color: white;
  width: 90%;
  text-align: center;
  border-radius: 20px;
}

#shareResult{
  background-color: white;
  width: 90%;
  text-align: center;
  border-radius: 20px;
}

.resultDesc{
  font-size: 18px;
  font-family: 'Noto Sans KR', sans-serif;
}

h1{
  font-size: 28px;
  font-family: 'Nanum Gothic', sans-serif;
}

.resultname{
  font-size: 24px;
  font-family: 'Noto Sans KR', sans-serif;
}

.kakao{
  color:black;
  background-color: #FEE500;
  font-size: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  border: 0px;
  border-radius: 20px;
}

.kakao:hover, .kakao:focus {
  background-color: whitesmoke;
  color: #FEE500;
}

.gohome{
  color:white;
  background-color: #6D44FF;
  font-size: 20px;
  font-family: 'Noto Sans KR', sans-serif;
  border: 0px;
  border-radius: 20px;
}

.gohome:hover, .gohome:focus {
  background-color: white;
  color: #6D44FF;
}
