/* Add here all your CSS customizations */

.texto-pesquisa {
  animation: blinker 2s linear infinite;
  font-size: 16px;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.pesquisa {
  background-color: #704194;
}

.diario {
  margin: 30px 45px 2px 45px;
  border: 1px solid black;
  border-radius: 25px;
  padding: 20px;
}

.texto-pesquisa>font>a:hover {
  color: white;
}

.card {
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 20px;
  min-height: 250px;
}

.card h4 {
  font-size: 22px;
  margin-bottom: 20px;
}

.card p {
  color: #333333 !important;
}

.card a {
  position: absolute;
  bottom: 20px;
}

.h1 {
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
