.container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    background-color: #8f0e0e;
}

.text{
    font-size: 4px;

    background-image: url("image.jpg");
    background-size: cover;
    background-position: center center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}