* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Noto sans;
}

.Main-parent-Div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
