        body {
            font-family: Arial, sans-serif;
            font-size: 14px;
            color: #333;
            background-color: black;
        }

        a.botão {
            background-color: #FF0000;
            width: 200px;
            height: 100px;
            color: white;
            /* background-color: #3498db; */
            border: #ffcc00;
            border-radius: 10px;
            transition: background-color 0.3s ease;
            text-align: center;
            align-items: center;
            display: inline-grid;
            margin-top:-100px;
        }

        

        .container {
            max-width: 800px;
           
            margin: 0 auto;
            padding: 30px;
            background-color: white;
            border: 1px solid black;
           
            font-family: Arial, sans-serif;
            font-size: 18px;
            line-height: 1.5;
            margin-top: 20px;
        }

        h1 {
            font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
        }

        img {
            width: 140px;
            margin-right: 10px;
            align-items: left;
        }

        .dados {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 40px;
        }

        .dados div {
            flex-basis: calc(100% - 10px);
            margin-bottom: 10px;
        }

        p {
            text-align: justify;
        }

        .titulo{
             margin-left:80px;
             font-size:25px;
             margin-bottom:20px;
             text-align: center;
             margin-left: 100px;
        }

        .titulo2{
             margin:auto;
        }


        .assinatura {
            display: flex;
            justify-content: flex-end;
            margin-top: 40px;
        }

        .assinatura img {
            width: 100px;
        }
 label{
     font-size:25px;
 }
 
 input{
    height:30px;
      }


.alert-warning {
   font-size: 25px;
    text-align: center;
}

button {
    margin: 0;
    font-size: 22px; /* substitui a definição do Bootstrap */
    line-height: inherit;
    color:red;
}
.botão {
        position: fixed;
        left: 20px; /* Ajuste conforme necessário para posicionar à esquerda */
        top: 150px; /* Ajuste conforme necessário para posicionar no topo */
    }