.a{
    display: flex;
    justify-content: space-between;
}
.b{
    text-align: right;
}
p{
    font-size: small;
}
img{
    width: 250px;
}