@charset "UTF-8";
h1, h3{
    color: rgb(255, 0, 0);
    font-size: 50px;
    text-align: center;}


#botao{ align-items: center;
       background-color: red;
       cursor: pointer;

}