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