body{
  background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
#container{
  font-family: "楷体";
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}
button{
  font-family: "楷体";
  font-size: 1em;
  padding: 10px 10px;
  border-radius: 20px;
  border: none;
  background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
  color: rgb(245, 246, 248);
  font-weight: bold;
  cursor: pointer;
}
button:hover{
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}
button:active{
  background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}
input{
  font-size: 2.5rem;
  width: 180px;
  text-align: center;
  font-weight: bold;
}
#DickResult{
  margin: 25px;
}
#DickImage img{
  width: 150px;
}
