@import '../../../../scss/mixins';

.message {
  width: 100%;
  height: 100px;
  padding: 20px;
  border-radius: 4px;
  margin: 0 auto 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
}

.copy {
  @include copy;
}
