
#bblock {
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
    color: black;
    background-color: white;
    padding: 20px;
}

.column-wrapper {
    display: flex;
}
.col-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#viewlabel {
    width: 100%;
    font-weight: bold;
    font-size: large;
    margin-bottom: 5px;
}

.col-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.middlerow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.label {
    font-size: medium;
}
#leftlabel {
    margin-right: 20px;
}

#rightlabel {
    margin-left: 20px;
}

#feedback {
    margin-top: 40px;
}

#replay {
    margin-top: 40px;
}

.rotate-buttons {
    margin-top: 10px;
}

#instruction {
    width: 200px;
}

#instruction h2 {
    font-size: large;
}

.game-type {
    width: 100%;
    margin-top: 20px;
}
.game-type h2 {
    font-size: large;
}