:root {
  font-family: 'Codec Pro', sans-serif;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  background-color: black;
  color: white;
}

.text-line {
  font-size: 60px;
  line-height:0%;
}


.text-container p:nth-child(1) {font-variation-settings: "wght" 900;}
.text-container p:nth-child(2) {font-variation-settings: "wght" 800; font-size: 65px;}
.text-container p:nth-child(3) {font-variation-settings: "wght" 700; font-size: 68px;}
.text-container p:nth-child(4) {font-variation-settings: "wght" 600; font-size: 68.3px;}
.text-container p:nth-child(5) {font-variation-settings: "wght" 500; font-size: 68.4px;}
.text-container p:nth-child(6) {font-variation-settings: "wght" 400; font-size: 68.6px;}
.text-container p:nth-child(7) {font-variation-settings: "wght" 300; font-size: 68.7px;}
.text-container p:nth-child(8) {font-variation-settings: "wght" 200; font-size: 68.8px;}
.text-container p:nth-child(9) {font-variation-settings: "wght" 100; font-size: 68.9px;}