.titulo{
    text-align: center;
    border: 10px groove rgb(1, 196, 1);
    background-color: rgb(1, 196, 1);
    color: white;
}

body{
    background-color: white;
    margin: auto 40px;
}
a{
    background-color: rgb(1, 196, 1);
    color: red;
    border: 10px groove rgb(1, 196, 1);
    text-decoration: none;
    text-transform: none;
    color: white;
    display: flex;
}

