.view {
  height: 100%;
  width: 100%;
  background: var(--white-2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-container {
  height: 100%;
  width: 100%;
}

.box {
  display: block;
  height: 200px;
  width: 200px;
  background: var(--white-1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  border-style: solid;
  border-width: 0px;
  border-color: #f5f5f5;
}
