body {
    font-family: sans-serif;
}

select#allBabies {
    font-size: 3em;
    width: 100%;
    margin-bottom: 2px;
}

nav {
    background-color: rgb(120, 179, 95);
    padding: 2px;
    margin: 0px;
}

ul#navigation {
    list-style-type: none;
    padding-inline-start: 0px;
}

ul#navigation li {
    display: inline;
    padding: 8px;
    margin: 8px;
    font-size: 2em;
    background-color: rgb(153, 183, 83);
}

ul#mostRecentEntries {
    list-style-type: none;
    padding-inline-start: 0px;
    font-size: 1.5em;
}

ul#tileList {
    list-style-type: none;
    gap: 12px;
    padding-inline-start: 0px;
    margin: 0px 16px;
}

ul#tileList li {
    padding: 48px;
    border-radius: 12px;
    box-shadow: rgba(153, 183, 83, 1.0) 2px 2px 4px;
    display: block;
}

ul#tileList button {
    font-size: 6rem;
    cursor: pointer;
    border: none;
    background-color: transparent;
    width: 100%;
    height: 120px;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#errorDialog {
    background-color: rgb(255, 0, 0, 0.20);
    position: relative;
}

#errorMessage {

}

.input-form {
    font-size: 1.5em;
}

.input-form legend {
    font-size: 2em;
}

.input-form fieldset {
    border-color: rgb(153, 183, 83);
    margin: 4px 0px;
}

.input-form select {
    font-size: 1em;
}

.input-form input {
    font-size: 1em;
}

.input-form footer {
    background-color: rgb(120, 179, 95);
    padding: 4px;
}

.input-form footer ul {
    list-style-type: none;
    padding-inline-start: 0px;
    margin: 0px;
    padding: 8px;
}

.input-form footer ul li {
    display: inline;
    padding: 8px;
    margin: 8px;
    background-color: rgb(153, 183, 83);
}

.input-form footer ul li {
    display: inline;
    padding: 8px;
    margin: 8px;
    background-color: rgb(153, 183, 83);
}

.input-form footer ul li button {
    font-size: 1em;
    background-color: unset;
    border: unset;
}

ul#baby-configuration-tile-list {
    list-style-type: none;
    gap: 12px;
    padding-inline-start: 0px;
    margin: 0px 16px;
}

ul#baby-configuration-tile-list li {
    padding: 8px;
}