* {
    font-family: serif;
}

.header-wrapper {
    height: 30vh;
    background-image: url(../img/info-background.jpg);
    background-size: cover;
    background-position: center;
}

.header-title {
    color: white;
    text-shadow: 1px 1px 5px black;
}

table {
    border: rgba(0, 0, 0, 0.24) !important;
    margin-bottom: 0 !important;
}

td {
    text-align: center;
}

#create-table {
    display: flex;
    flex-direction: column-reverse;
}