.frame1 {
  border: 1px solid #000000;
  width: 810px;
  padding: 30px;
  background-color: #008000;
}
.frame2 {
  display: flex;
  justify-content: flex-start;
}
.frame3 {
  display: flex;
  justify-content: center;
}
.frame4 {
  display: flex;
  justify-content: center;
}
.frame5 {
  display: flex;
  justify-content: flex-end;
}
.result {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  width: 300px;
  height: 130px;
  font-size: 30px;
  background-color: #ffffff;
}
.player {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  width: 130px;
  height: 130px;
  margin: 0 30px;
  font-size: 70px;
  background-color: #ffffff;
}
.rolename {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  height: 100px;
  margin: 30px 0;
  font-size: 40px;
  background-color: #ffffff;
}
img {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  width: 140px;
  height: 200px;
  margin: 0 15px;
  font-size: 20px;
  background-color: #ffffff;
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 30px;
  margin: 30px auto;
  background-color: #000000;
  color: #ffffff;
}