.paper-home{
    display: flex;
    height: 55vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.5)),url(/images/paper-image.jpg);
    background-size: cover;
    background-position: center;
}
