.titles{
    background-image: url("../picture/bt.jpg");
    width: 350px;
    height: 55px;
    /*position: relative;*/
    display: flex;
    justify-content: center;
    align-items: center;
    top: -150px;
    margin-right: auto;
    margin-top: 50px;
}
.titles div{
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    width: 150px;
    height: 250%;
}
