html {
    height: 100%;
}

body {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tableContainer {
    flex: 1;
    display: flex;
    align-items: center;
}

table {
    flex: 1;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2%;
}

button {
    background-color: #09003C;
    color: white;
    border: #09003C;
    font-size: 25px;
    text-align: left;
    width: 100%;
    border-radius: 10px;
    text-indent: 2%;
    margin-top: 15px;
}

.artist {
    font-size: 20px;
    color: #C3C3C3;
}

button:hover {
    background-color:#2b4cae;
}

.openingText {
    margin-left: 5%;
    margin-right: 5%;
}