body {
    font-family: Verdana, Arial, Courier New;
    font-size: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    overflow: auto;
    position: static;
    cursor: default;
    background: #0073ae;
    background-image: url('background.webp');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    text-align: center;
    width: fit-content;
    margin: 5% auto;
    min-height: 100%;
}

img {
    padding-bottom: 20px;
}

table {
    width: auto;
    margin: auto;
}

th {
    text-align: right;
}

td {
    text-align: left;
}

input,
button,
select {
    font-family: Verdana, Arial, Courier New;
    font-size: 1em;
    padding: 0.2em;
    margin: 0.5em;
    margin-left: 0;
}

i,
input[type='submit'],
button,
select {
    cursor: pointer;
}

select {
    padding-left: 0.5em;
}

.msg_yes,
.msg_no {
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    margin: 10px;
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.msg_yes {
    color: green;
    background: #D4EAD4;
    border: 1px solid green;
}

.msg_no {
    color: red;
    background: #FFF0F0;
    border: 1px solid red;
}

.frame {
    color: #222222;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(77, 77, 77, 0.5);
    display: inline-block;
    backdrop-filter: blur(25px);
}

.note {
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}
