#result {
    font-size: 200%;
}

article
{
    display: flex;
}

section{
    width: 70%;
}

aside {
    width: 30%;
    text-align: center;
}

