body{
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: rgb(253, 201, 201);
}

header{
    font-size: 50px;
    padding: 20px;
}

.navbar {
    background-color: rgb(128, 13, 13);
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    position: relative;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.doacao {
    position: absolute;
    left: 5px; 
    width: 250px;
}

.formulario {
    width: 50%;
    text-align: center;
    justify-self: center;
}

.a{
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    margin: 20px;
    padding: 20px;
    width: 500px;
    height: 300px;
    display: inline-table;
}