body {
    /*overscroll-behavior-y: none;*/
    overflow: hidden;
    font-family: Arial;
    margin: 0;
    padding: 0;
    padding-top: 65px;
    width:100%;
    height: 100dvh;

}
header>h1 {
    font-size: 32px;
    margin: 2px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    cursor: default;
}

header {
    display: flex;
    position: fixed;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 5px;
    top: 0px;
    left: 0px;
    background: #fffff9b0;
}

.bidbox {
    padding:20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
}


.bidinput {
    width: 27px;
    height: 36px;
    margin: 0 10px;
    font-size: 20px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    outline: none;
    text-align: center;
    font-weight: 600;
    font-family: 'Courier New', Courier, monospace;
}
#bidinputbox{
    border-top:2px solid #222;
    padding:30px;
    margin-top:20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: 50px;
    justify-content: space-between;
}
#bidinputbox>t {
    margin-top:auto;
    width:90%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    display:block;
    margin-bottom:auto;
}
#bidinputbox>p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top:auto;
    margin-bottom:auto;
    font-size: 12px;
    line-height: 1.5;
}