#result{
  display: none;
  background-color: #33726d;
  width: 100%;
  text-align: center;
  /* border-radius: 20px; */
}

.resultname{
  font-size: 26px;
}

.allresult_button{
  font-size: 18px ;
  width: 100%;
}

.allresult_img {
  width: 100%;
  height: 65%;
  object-fit: fill;
}

.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;
}

.resultBox {
  text-align: center;
}

#imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
}