body {
    margin: 0;
    padding: 0;
    background-color: #85ad85;
}

@font-face {
    font-family: Enso;
    src: url("../fonts/Enso.ttf");
}

/* @font-face {
    font-family: Enso;
    src: url("./fonts/EnsoBold.ttf");
    font-weight: bold;
} */

@font-face {
    font-family: Hansville;
    src: url("../fonts/Hansville.otf");
}

@font-face {
    font-family: Hansville;
    src: url("../fonts/HansvilleBold.otf");
    font-weight: bold;
}

.container {
    width: 100%;
    margin: 0;
    font-family: sans-serif;
}

.header-container {
    margin: auto;
    position: relative;
    /* width: 600px; */
    height: 250px;
    float: none;
    /* height: 30%; */
}

.header-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.header-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-overlay {
    position: absolute;
    background-color: rgba(50,50,50,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.header-text {
    text-align: center;
    color: white;
    font-size: 3em;
    font-family: "Enso";
    z-index: 3;
    position: absolute;
    /* width: 50%; */
    margin-inline: auto;
    width: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

h1 {
    margin-top: 0;
    /* left: 50%; */
}

.options-container {
    width: 60%;
    margin: auto;
    font-family: "Hansville";
}

/* #selections { */
/*     table-layout: fixed; */
/*     width: 100%; */
/* } */

.table-header {
    margin: 10px auto;
    width: 100%;
    font-family: "Hansville";
    font-weight: bold;
    font-size: 1.5em;
}

tr {
    text-align: center;
    font-size: 2em;
    width: 100%;
}

/* td {
    width: 100%;
    min-width: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */

.button {
    width: 100%;
    margin: auto;
    margin-bottom: 8px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    /* padding: 0.5em; */
    background-color: #206020;
    /* text-align: center; */
    /* font-size: 2em; */
    color: white;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,0.2), 0 6px 10px 0 rgba(0,0,0,0.19);
    float: inline-start;
    /* float: left; */
    text-decoration: none;
    min-width: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button:hover {
    background-color: #334d33;
}

.button:active {
    background-color: #334d33;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2), 0 4px 10px 0 rgba(0,0,0,0.19);
    transform: translateY(2px);
}

#selections {
    width: 100%;
}
