* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: sans-serif;
  height: 100vh;
  width: 100%;
}

.info-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 0;
  width: 100%;
  max-width: 500px;
  text-align: center;
  border: 1px solid black;
}

.info-block__code {
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 5px;
}

.info-block__code-description {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.info-block__text {}