@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&family=Zen+Maru+Gothic:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&family=Noto+Sans+JP:wght@900&family=Zen+Maru+Gothic:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&family=Noto+Sans+JP:wght@900&family=Zen+Maru+Gothic:wght@700&display=swap');

*{
    margin: 0px;
    padding: 0px;
}

html{
    height:100%;
}

body{
    height:100%;
}

#center{
    position: relative;
    background-image: url("./image/color.png");
    width:100%;
    height:100%;
    background-size: cover;
}

#mode{
    padding-top: 10px;
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    text-shadow:2px 2px 2px white,
                2px -2px 2px white,
                -2px 2px 2px white,
                -2px -2px 2px white;
}

#screen{
    margin: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    border-collapse: collapse;
}

td{
    opacity: 0;
    width: 60px;
    height: 60px;
}

img{
    vertical-align: top;
    width: 60px;
    height: 60px;
}

.record{
    margin: auto;
    padding: 10px;
    width: 280px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    text-align: center;
    text-shadow:2px 2px 2px white,
                2px -2px 2px white,
                -2px 2px 2px white,
                -2px -2px 2px white;
    border: solid;
    border-radius: 16px;
}


#bluerecord{
    height: 48px;
    background-color:lightskyblue;
}

button{
    color:black;
    border: solid 1px black;
}


#eleven{
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    background-color:rgb(255, 200, 100);
    width: 160px;
    height: 40px;
    text-shadow:1px 1px 1px white,
                1px -1px 1px white,
                -1px 1px 1px white,
                -1px -1px 1px white;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    border-radius: 4px;
}

#eleven:disabled{
    background-color: rgba(128, 128, 128);
    color: whitesmoke;
    text-shadow: none;
}

#reset{
    display: none;
    position: absolute;
    bottom: 16px;
    left: 85%;
    transform: translateX(-50%);
    background-color: whitesmoke;
    width: 64px;
    height: 24px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 10px;
}

#reset:disabled{
    background-color: rgba(128, 128, 128);
    color: whitesmoke;
    text-shadow: none;
}