body {
  display: flex;
  justify-content: center;
  background-color: rgba(69, 66, 248, 0.534);
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 40px;
}

.body {
  justify-content: center;
  background-color: rgba(204, 207, 24, 0.699);
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 25px;
  padding: 15px;
}

.container {
  width: 380px;
  padding: 10px;
  position: relative;
  font-family: 'Noto Sans KR', sans-serif;
  background-color: rgb(247, 99, 0);
  box-shadow: 0px 2px 2px rgba(255, 0, 200, 0.541);
  border-radius: 10px;
}

.icon {
  position: absolute;
  top: 30px;
  right: 36px;
  cursor: pointer;
  background-color: rgba(70, 174, 223, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon i {
  font-size: 24px;
  color: #5abdeb;
}

.camera {
  width: 380px;
  height: 380px;
  box-shadow: 0px 2px 2px rgba(177, 81, 206, 0.2);
}

.name {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}

.percent {
  text-align: center;
  font-size: 14px;
}

.description {
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  font-size: 25px;
}

.icon .invisible {
  display: none;
}
