body{
    /* background:url('https://img0.baidu.com/it/u=3595819319,1734284042&fm=253&fmt=auto&app=138&f=JPEG?w=889&h=500');
    background-size:100%;
    background-repeat:no-repeat; */
    
}
.text{
    width:60%;
    /* text-align: center; */
    font-size: 16px;
    color:green;
    font-weight: bold;
    font-family:"Times New Roman", Times, serif;
    font-style:oblique;
    text-indent:50px;
    text-shadow: 4px 4px 4px #6ce26ca6;
}
.contain{
    width: 80vw;
    position: absolute;
    top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    height: 120px;
}