aside a.green_button {
    width: 88%;
    text-align: center;
}

aside p:has(+ul) + ul {
    margin-top: 0px;
}

aside p:has(+ul) {
    margin-bottom: 0px;
}