html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  overscroll-behavior: none;
  -webkit-overflow-scrolling: auto;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #111111;
}

.page {
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  overflow: hidden;
  text-align: center;
}

.content {
  margin: 0;
  padding: 2rem;
}

h1,
h2 {
  margin: 0;
  line-height: 1.15;
  font-weight: 700;
}

h2 {
  margin-top: 0.75rem;
  font-size: clamp(0.2rem, 5vw, 0.6rem);
  font-weight: 200;
  color:#525252;
  letter-spacing:3px;
  text-transform:uppercase;
}

h1 {
    width:100svw;
    background: url(./src/logo-tpgc.svg) center center no-repeat;
    background-size:contain;
    height:4svh;
    text-indent: -4000px;
    margin: 0 0 50px 0;
}
