
#index-article{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#index-guest-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

p {
    text-align: center;
}

#index-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}

#index-buttons > a{
    width: 220px;
}