#result{
  display: none;
  background-color: whitesmoke;
  width: 80%;
  text-align: center;
  border-radius: 20px;
}

.resultname{
  font-size: 22px;
  text-emphasis-color: brown;
}
.resultDesc{
  font-size: 14px;
}
