html,
body {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    /* height: 100%; */
    width: 100%;
}

html {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* 移除字串選取藍色背景 */
input::-webkit-datetime-edit-day-field:focus,
input::-webkit-datetime-edit-month-field:focus,
input::-webkit-datetime-edit-year-field:focus {
    background-color: transparent;
    color: #000;
    outline: none;
}

body {
    padding: 2%;
    font-weight: bold;
    font-family: 'Google Sans', 'Roboto', Helvetica, Arial, sans-serif;
    background-repeat: no-repeat;
    background-size: 100%;
}

.block {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: auto;
}

.hospblock {
    margin: 0;
    padding: 2% 0 3% 0;
    width: 100%;
    height: auto;
    font-weight: bold;
    text-align: center;
    background-color: rgb(240, 240, 240);
    border-radius: 15px;
}

.hospblock .name {
    font-size: 40px;
}

.hospblock .time {
    margin-bottom: 2%;
    font-size: 16px;
    display: inline-block;
}

.billboard {
    width: 100%;
    min-height: 36px;
    overflow: hidden;
    position: relative;
    font-size: 24px;
    font-weight: bold;
}

.billboard>span {
    font-size: 24px;
    font-weight: bold;
    white-space: nowrap;
    position: absolute;
}

button {
    touch-action: manipulation;
}