div
{
    margin-top: 10px;
}
button
{
    width: 300px;
}
p
{
    color: gray;
}
.green
{
    color: green;
}
.red
{
    color: red;
}