@require './Modal.styl';

.MessageModal {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #051f34;
  top: 0;
  left: 0;
  z-index: 10;

  &Bg {
    background: url('/public/img/letter.png')
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: center;
  }
}


