body {
    /* background: linear-gradient(135deg, #1abc9c, #16a085); */
    background: linear-gradient(to bottom, #ffffff, #f3f3f3);
    min-height: 100vh;
    color: #333;
}
a {
  color: #2a7aaf;
  text-decoration: none; /* tira o sublinhado */
}

a:hover {
  color: #3498db; /* muda a cor no hover */
}


.btn-uniform {
    width: 120px;
}

.stylish-ampersand {
    font-family: 'Georgia', serif;
    font-size: 2rem;
    color: #555;
    font-weight: bold;
    display: inline-block;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  }

  .stylish-ampersand-avisos {
    font-family: 'Georgia', serif;
    font-size: 2.5rem;
    color: #555;
    font-weight: bold;
    line-height: 1;
    display: inline-flex;
    align-items: center;
  }