/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 27 2021 | 11:49:45 */
/* Añade aquí tu código CSS.

Por ejemplo:
.ejemplo {
    color: red;
}

Para mejorar tu conocimiento sobre CSS knowledge echa un vistazo a http://www.w3schools.com/css/css_syntax.asp

Fin del comentario */ 

.container {
  background: rgba(00,00,00,.5);
}

h2 {
  font-weight: bold;
  text-align: center;
  color: #21A5FB;
}

.entry-title { 
  display: none;
}

.contEnllaç {
  display: flex;
  justify-content: center;
  background: rgba(77, 77, 77, .62);
}
.contEnllaç:hover {
  background: rgb(77,77,77);
}

a {
  text-decoration: none!important;
}
.enllaç {
  font-size: 1.8em;
  color: #21A5FB;
  font-weight: bold;
  text-align: center;
}

.enllaç:hover {
  color: #02FB02;
}