@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    background-color: #131313;
  
}

.text {
  text-align: center;
    position: absolute;
    top: 50%; 
    right: 50%;
    transform: translate(50%,-50%);
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    line-height: clamp(2rem, 8vw + 1rem, 16rem);
    font-size: clamp(2rem, 7vw + 1rem, 15rem);
    color: #f7a000;
    text-shadow: 1px 1px 1px #424242,
        1px 2px 1px #222222,
        1px 3px 1px #222222,
        1px 4px 1px #222222,    
        1px 5px 1px #222222,
        1px 6px 1px #222222,
        1px 7px 1px #222222,
        1px 8px 1px #222222,
        1px 9px 1px #222222,
        1px 10px 1px #222222,
        1px 11px 1px #222222,
        1px 12px 1px #222222,
        1px 13px 1px #222222,
        1px 14px 1px #222222,
        1px 15px 1px #222222,
        1px 16px 1px #222222,
        1px 17px 1px #222222,
    1px 18px 6px rgba(16,16,16,0.4),
    1px 22px 10px rgba(16,16,16,0.2),
    1px 25px 35px rgba(16,16,16,0.2),
    1px 30px 60px rgba(16,16,16,0.4);
}