.expo-container{
    width: 50vw;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;

    padding-bottom: 100px;
    /* min-width: fit-content; */
}


@media only screen and (max-width: 1300px) {
.expo-container{
        width: 90vw;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
    }
}

.expo-list{
    display: flex;
    flex-direction: column;

    width: 100%;
}

.expo-element{

    text-decoration: none;

    display: flex;
    flex-direction: column;
    max-width:100% ;

    /* user-select: none; */

    border-radius: 10px;
    padding: 20px;
    transition: all 0.2s ease-in-out;
}

.expo-element:hover {
    /* padding-left: 50px; */
    box-shadow:  0px 0 40px black;
    transition: all 0.2s ease-in-out;
}

.expo-title{
    font-size: 2em;
    /* font-family: Alpha-Medium; */
    margin-bottom: 20px;
}

.expo-date{
    margin-left: 20px;
}
.expo-adress{
    margin-left: 20px;
    margin-bottom: 20px;
}
