*
{
    color: blue;
}

body
{
    background-color: black;
    width: 100%;
    height: 100%;
}

#titulo
{
    font-size: 50px;
    color: green;
    text-align: center;
    background-color: white;
}
