body {
font-family: 'Roboto', sans-serif;
}

.t {
font-family: 'Roboto', sans-serif;
font-size:170%;
}


.epost {
font-family: 'Roboto', sans-serif;
text-decoration:none;
}

.text-focus-in {
	
	font-family: 'Roboto', sans-serif;
	
	animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-12-3 19:7:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
