#upcoming-events,
#stay-tuned {
    margin: 20px;
    margin-bottom: 0;
    font-size: xxx-large;
    font-family: 'Courier New', Courier, monospace;
    color: blanchedalmond;
}
#stay-tuned {
    margin-top: 0;
}

.title-holder {
    width: 100%;
    background-color: rgb(27, 5, 26);
}

.event-holder {
    min-height: 80vh;
    width: 100%;
    display: flex;
    justify-content: center;
}

.button-poster-holder {
    display: flex;
    flex-direction: column;
}

.poster {
    width: 70vh;
    height: auto;
    border-style: solid;
    margin-top: 20px;
}

.ticket-button {
    background-color: blanchedalmond;
    color: rgb(27, 5, 26);
    margin-top: 20px;
    font-size: large;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 600;
    padding: 10px;
    border-style: solid;
    border-color: rgb(27, 5, 26);
    width: 70vh;
    margin-bottom: 20px;
}
.ticket-button:hover {
    color: blanchedalmond;
    background-color: rgb(27, 5, 26);
    border-color: blanchedalmond;
}

#btts-holder {
    background-image: url("/image/pinkcloud.jpg");
    background-size: 250vh;
}