main {
    padding-top: 0;
    margin-top: 15vh;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.tour-dates {
    width: 80%;
    margin-top: 6rem;
    color: #906B43;
    font-size: 1.6vw;
}

.tour-dates tr {
    /* display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between; */
}

.tour-dates td {
    /* display: inline-flex;
    flex-direction: column;
    align-items: center; */
    text-align: center;

}
.datetime {
    display: inline-flex;
    flex-direction: column;
    align-items: center;

}

.tour-dates td .links{
    text-transform: uppercase;
  
}

.name {
    font-weight: bold;
}

td a {
    text-decoration: none;
    background-color: #906B43;
    color:white;
    padding:6px;
    border-radius: 8px;
}

.time {
    font-size: 1.3vw;
    font-weight: 200;
}