h2 {
	font-size:1.3em;
	display: block;
	font-size: 1.5em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
}


figure.alignright {
	float: right;
}

.button-anon-pen {
    width: 200px;
    background-image: linear-gradient(115deg, #8ACBA0, #68802D, #a767e5, #FFCD02, #A81736);
    text-align: center;
    margin: 0 auto;
    color: #000;
    text-decoration: none;
    display: block;
    top: 45vh;
    font-weight: normal;
    border-radius: 6px;
    overflow: hidden;
}

.button-anon-pen:hover {
    -webkit-animation: play 1.6s ease-in infinite;
}
.button-anon-pen span {
    padding: 14px 0;
    font-size: 20px;
    display: block;
    margin: 3px;
    background: #fff;
    border-radius: 3px;
}


@-webkit-keyframes play {
    0% {
        background-position: 0px;
    }
    20% {
        background-position: -110px;
    }
    35% {
        background-position: -180px;
    }
    50% {
        background-position: -210px;
    }
    80% {
        background-position: -350px;
    }
    100% {
        background-position: -390px;
    }
}
        background-position: -110px;
    }
    35% {
        background-position: -180px;
    }
    50% {
        background-position: -210px;
    }
    80% {
        background-position: -350px;
    }
    100% {
        background-position: -390px;
    }
}