* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #f3f0e8;
  overflow-x: hidden;
  overflow-y: auto;
}

.invite-image {
  width: 100%;
  height: auto;
  min-height: 100vh;
  object-fit: contain;
  display: block;
}

