h1{
    width: max-content;
    background-color: lightgray;
    padding: 5px 10px;
    margin: 50px;
}
h1::before{
    content: "" ;
    width: 100%;
    height: 100%;
    background-color: agua;
    position: absolute;
}