html, body {
  background-color: #ffffff;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
               "Helvetica Neue", Arial, sans-serif;
  font-weight: 200;
  height: 100%;
  min-height: 100%;
  margin: 0;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 25px;
}

.icon {
  border-radius: 22.5%;
  width: 128px;
  height: 128px;
}

h1 {
  margin-bottom: 5px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
}
