body {
  margin: 0px;
}

.micro-frontend-wrapper {
  display: block;
}

.micro-frontend-wrapper > * {
  flex: 1 100%;
}

@media all and (min-width: 600px) {
.micro-frontend-content {
  display: block;
  }
}

#micro-frontend-alert {
  display: none;
}

.micro-frontend-alert-container {
  margin: 10px;
}

.micro-frontend-alert {
  padding: 20px;
  background-color: #A10B1D;
  box-shadow: 4px 4px 16px rgba(0, 35, 21, 0.32);
  border-radius: 8px;
  color: white;
  float: right;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  text-align: center;
}

.micro-frontend-closebtn {
  margin-left: 15px;
  color: white;
  float: right;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.micro-frontend-closebtn:hover {
  color: black;
}
.micro-frontend-error-text {
  padding: 20px;
  border-radius: 8px;
  color: #A10B1D;
  float: right;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  text-align:'center';
}