#num2
{
    margin-top: 10px;
    padding-left: 20px;
}
#num1
{
    padding-left: 20px;
}
#b1
{
    margin-top: 10px;
    background-color: blueviolet;
    border-radius: 5px;
}
#b2
{
    background-color: chartreuse;
    border-radius: 5px;
}
#b3
{
    background-color: crimson;
    border-radius: 5px;
}
#b4
{
    background-color: magenta;
    border-radius: 5px;
}
p{
    
    
}
*{
    
    background-color: darkseagreen;
    font-weight: bold;
    opacity: o.7;
    
}