/* * {outline: solid 1px tomato;} */


body
{
    background-color: rgb(250, 178, 23)
}


.bigbox
{

    width: 60%;
    margin: auto;
    margin-top: 100px;

}

.subbox
{
    
    width: calc(100%/3);
    float: left;
    font-family: monospace;
    font-size: 20px;
    text-align: center;
    color: white;
}

.subbox::after
{
    content: "";
    display: table;
    clear: both;
}

.bold
{
    font-weight: bold;
}

.buttonbox
{

    width: 60%;
    margin: auto;
    margin-bottom: 10px;
}

.button
{

 

    color: white;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    font-family: monospace;
    font-weight: bold;
    padding: 6px;

}

.rojo1
{
    background-color: rgb(231, 131, 0);
}
.azul
{
    background-color: rgb(10, 49, 133);
}

.rojo2
{
    background-color: rgb(175, 41, 41);
}