.body{
    margin: 0px;
}
.title{
    font-size: 2em;
    font-weight: bold;
    padding: 20px 0;
}
.currentDisplay{
    overflow: scroll;
    width: 100%;
    height: 64px;
}
#outputText {
    display: flex;
    gap: 10px;
}
.charBlock {
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    flex-shrink: 0;
}
#outputTextIndex{
    display: flex;
    gap: 10px;
}
.indexBlock{
    border: 1px solid white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    flex-shrink: 0;
}
.staticElement{
    position: static;
    padding: 20px 0px 0px 0px;
}
.fixElement{
    position: fixed;
    top: 0px;
    padding: 20px 0px 0px 0px;
}
.flex{
    display: flex; 
}
.occStyle{
    margin:20px 0 5px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 120%;
}
#occ {
    margin:20px 0 5px;
    display: flex;
    align-items: center;
    font-size: 120%;
}
.buildStyle{
    margin:0px 0px 5px;
    font-weight: bold;
    font-size: 120%;
}
.currentStyle{
    margin:20px 0 0px;
    font-weight: bold;
    font-size: 120%;
}
.canvasStyle{
    font-weight: bold;
    font-size: 120%;
}

button{
    height: 25.5px;
}
.staticCanvas{
    margin-top: 20px;
}
.fixCanvas{
    margin-top: 206.25px;/*scroll-elementのheightを書いている*/
}