#info {
    position: absolute;
	top: 20px;
	/* bottom: 10px; */
	width: 100%;
	text-align: center;
	z-index: 10000;
	display:block;
    color: rgb(97, 106, 189);
    font-family: Arial, Helvetica, sans-serif;    
    font-size: 90px;
}

#paula {
    position: absolute;
	bottom: -100px;
    right: -170px;
	/* bottom: 10px; */
	width: 100%;
	text-align: center;
	z-index: 10000;
	display:block;
    color: rgb(76, 200, 0);
    font-family: fantasy;    
    font-size: 240px;
    pointer-events: none;
    user-select: none;
}
#paula::first-letter {
    font-size: 400%;
    color: #8A2BE2;
    opacity: 0.05;
    margin-right: -0.2em;
  }