.titulo {
    width: 100%;
    margin: 10px 0px;
    left: 0px;
    right: auto;
    text-align: center;
    font-weight: 600;
    font-size: 2.5em;
    color: coral;
}

.mensaje {
	font-family: monospace;
    line-height: 1.5em;
    margin-bottom: 20px;
}