html,
body {
  width: 384px;
  margin: 0;
  padding: 0;
}

.box {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  /*border: 1px solid black;*/
}

.box p,
h2,
h3,
h1 {
  /*font-family: Impact, Haettenschweiler, sans-serif;*/
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
}

.box p {
  font-size: 19px;
  font-weight: 600;
}

.box h1 {
  font-size: 30px;
  margin: 0;
}

.box h2 {
  font-size: 25px;
  margin: 0;
}

.box h3 {
  font-size: 25px;
  margin: 0;
}

.content {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.content p {
  margin: 3px;
  line-height: 22px;
}

hr {
  height: 6px;
  background-color: black;
  border: 0;
  margin: 15px 0;
}

.irreg_icon_1 {
  position: absolute;
  top: 50px;
  left: 0;
}

.irreg_icon_2 {
  position: absolute;
  top: 50px;
  right: 0;
}
