.block{
    display: inline-block;
    height: 100px;
    width: 100px;
    border-style: solid;
    border-width: 5px;
    text-align: center;
}

.content{
    display: inline-block;
    margin-top: -3px;
    font-size: 80px;
    font-weight: 5px;
}

.consequent{
    display: inline-block;
    background-color: gold; 
    position: fixed;top: 520px;
    left: 50%;
    transform: translateX(-50%); 
    font-size: 40px;
    text-align: center;
    width: 320px;
    height: 100px;
}

.whofirst{
    position: fixed;
    right: 30px;
    height: 90px;
    width: 90px;
    border-style: solid;
    border-width: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    background-color: rgb(225, 57, 57);
}