.content{
    display: flex;
    flex-wrap: wrap;
}

.content button{
    font-size: 1em;
    font-style: oblique;
    text-transform: uppercase;
    margin-top: 0.2em;
    background-color: black;
    color: white;
    height: 4em;
    border: 2px dashed white;
    width: 100%;
    border-radius: 25em;
    padding: 1em;
}

button:hover{
    filter: invert();
    transition: 0.2s ease-in-out;
}


.info_box{
    transition: max-height 0.4s ease-in-out;
    overflow: hidden;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0;
    /* text-align: justify; */
    font-size: 1.2em;
}

/* #whoarewe_box{
    transition: max-height 0.4s ease-in-out;
    overflow: hidden;
    font-size: 1.2em;
}

#keyinfo_box{
    transition: max-height 0.4s ease-in-out;
    overflow: hidden;
    font-size: 1.2em;
}

#ticketinfo_box{
    transition: max-height 0.4s ease-in-out;
    overflow: hidden;
    font-size: 1.2em;
} */

@media screen and (min-width: 100vh) {
    /* The width is greater than the height */
    main{
        max-width: 75%;
        margin: auto;
    }
  }