body, html {
  padding: 0;
  margin: 0;
}

body {
  width: 100vw;
  height: 100vh;
  font-family:system-ui, Times New Roman;
  color: #333;
  background-color:#eee;
}

.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1200px;
  max-width:90vw;
  height: 100%;
}

dontscrapeme {
  display: none;
}
