* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  color: #37a6a5;
  font-size: 100%;
  font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 900;
  background-color: #000000;
}

div.wrapper {
  display: flex;
  height: calc(100vh);
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(80vw);
  height: calc(90vh);
}

h1 {
  width: 100%;
  font-size: 4rem;
  font-weight: 900;
  text-align: center;
}

strong {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-weight: 900;
}

#e1 {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 10px;
  width: 12px;
  height: 20px;
  border-radius: 6px 6px 3px 3px;
  background-color: #fff;
  padding: 0;
}

#e2 {
  display: block;
  position: absolute;
  top: 4px;
  left: 35px;
  width: 12px;
  height: 20px;
  border-radius: 6px 6px 3px 3px;
  background-color: #fff;
  padding: 0;
}

#a1 {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #000;
  padding: 0;
}

#a2 {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 10px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #000;
  padding: 0;
}
