body{
    background: #CBB9A4;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    display:flex;
    justify-content: center;
    align-items: center;
}

.sectionFirst{
    font-size: 50px;
    font-weight: bold;
    color: red; 
}

span {
    font-size: 100%;
    font-weight: bold;
    color: transparent;
    background: #a48d78;
    -webkit-background-clip: text;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
  }

@media(max-width: 1000px){
    span {
        font-size: 50%;
        font-weight: bold;
        color: transparent;
        background: #a48d78;
        -webkit-background-clip: text;
        text-shadow: 0 2px 4px rgba(0,0,0,0.5);
      }
}
