html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-image: url('/images/bliss.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.panel-bg {
    background-color: rgb(33 37 41 / 75%);
    color: white;
    text-align: center;
}

.container {
    background-color: rgb(33 37 41 / 75%);
    color: white;
    text-align: center;
    border-radius: 25px;
}

.selected {
    /*text-decoration-line: underline;*/
    font-weight: bold;
}

.panel-input {
    background-color: rgb(33 37 41 / 50%);
    color: white;
    text-align: center;
    border: none;
}

.title-input {
    font-size: 2.5rem;
}

.bg-danger > div.card-body {
    background-color: #f1aeb5;
    color: black;
}

.panel-text {
    color: white;
}

.invalid {
    border-color: red;
}

.body-text {
    text-align: left;
}

.body-header {
    text-decoration: underline;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
}
