.my_title{
    font-size: 30px;
    font-weight: bold;
    margin: 10px;/*设置两个div的距离*/
}

.container{
    display: flex;  
    justify-content:center; /* 子元素右对齐 */  
}