* {
    margin: 0;
    padding: 0;
  }
:root {
    font-size:16px;
    font-family: 'Arial', sans-serif;
  }
html, body {
  overflow: hidden;
}
body {
  position: relative;
  background: repeating-linear-gradient(102deg,#24c1d1,#24c1d1 45px,#02B6C7 45px,#02B6C7 90px);
    width:100%;
    height:100vh;
}
h3 {
    font-style:italic;
    font-weight:800;
    letter-spacing: -0.035em;
    font-size:12.5rem;
    color:#fff;
    margin-right:20px;
}
.boxBoy {
    display:grid;
    height:100vh;
    justify-content: center;
    align-content:center;
}