.main-body{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

article{
    width: 74%;
}

article p{
    margin-bottom: 1rem;
}

aside{
    width: 22%;
}

