.alertMessageContainer{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 100px;
  background-color: rgba(68, 66, 66, 0.2);
  z-index: 9;
}

.alertMessageContainer > div{
  background-color: #fff;
  color: #4a5ebf;
  width: auto;
  padding: 5% 10%;
  border-radius: 10px;
  margin: 10%;
  text-align: center;
}
.alertMessageContainer > div > p {
  margin: 1rem 0 0 0;
  color: #000;
}
