@import url("../global.css");

.page-content {
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
}

.page-content img {
  width: 70%;
  height: auto;
  max-width: 800px;
  margin-top: 100px;
}
