@charset "utf-8";
.root {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  margin-right: 10px;
}

.title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: xx-large;
  font-weight: bold;
  border: 1cm;
  padding: 10px;
}

.discription {
  font-size: small;
  color: darkgray;
}

.preview {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
}

.img-preview {
  width: 25%;
  border-radius: 10px;
}

.footer {
  color: blue;
  font-size: medium;
  margin: 4px;
}

.copyright {
  color: gray;
  font-size: smaller;
  margin-bottom: 8px;
}
