/* Restricted css */
.restricted-msg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 32px;
}

.restricted-msg img {
  width: 300px;
  height: auto;
  margin-bottom: 32px;
}

.restricted-msg h2 {
  text-align: center;
}
