body{
    background-color: #f0f0f0f0;
}
.ue{
    display: flex;
    width: 100%;
    height: auto;
    
    flex-direction: column;
}
.ue img{
    align-self: center;
    width: 80%;
    height: auto;
}
.ue p{
    margin:20px;
}