html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'League Gothic', sans-serif;
  color: #333;
}

@media screen and (max-width: 768px) {
  body {
    transform: scale(0.75);
  }
}

.container {
  display: flex;
  flex-direction: column;
  border: 20px solid #333;
  padding: 40px 40px 48px;
  border-top-left-radius: 75px;
}

.l1 {
  font-size: 180px;
  line-height: .75;
  text-align: right;
}

.l2 {
  font-size: 180px;
  line-height: 1;
}

.l3 {
  font-size: 127px;
  line-height: 0.9;
}
