


main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    width: fit-content;

    margin: auto;
}