﻿.categoryAria {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /*    border: solid;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 1);*/
    border-radius: 30px;
    margin: 20px;
}

.categoryContainer {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 10px;
    margin: 10px;
    flex-wrap: wrap;
}

    .categoryContainer div {
        text-align: center; /* Center text horizontally */
    }
    .categoryContainer .categoryContainerDivLeft {
        text-align: left; /* Align text to the left for divs with the leftAlign class */
    }

.images {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-radius: 30px;
}

.categoryAriaLogin {
    display: flex;
    align-content: center;
    justify-content: center;
    padding-top: 100px;
}
.registerArea {
    padding-top: 90px;
}

.catDivImg {
    width: 24%;
}

.categoryContainerDivLeft {
    text-align: left; /* align left text horizontally */
}

@media (min-width: 1300px)
{
    .categoryAriaLogin {
        padding-top: 250px;
    }
    .registerArea {
        padding-top: 150px;
    }
}