
body {
	color: #0147FA;
    font-size: 18px;
  			animation: pulse 20s infinite alternate;
			}

	    @keyframes pulse {
  			0% {
    		background-color: #FFFF7E;
  				}
  			100% {
    		background-color: #FFE1FF;
  				}
		}

.text {
	margin-top: 50px;
	font-family: 'helveticaneue';
}

.questions {
	margin-top: 50px;
	font-family: 'gtsectra';
}

.center {
	text-align: center;
}

h1 {
	margin-bottom: 25px;
	font-family: 'esquarz';
}

a {
	color: red;
}

p, h1, a {
	animation: sigh 20s infinite alternate;
}
	@keyframes sigh {
  			0% {
    		color: #0147FA;
  				}
  			100% {
    		color: #4CB7A5;
  				}
		}
}

@font-face {
    font-family: 'esquarz';
    src: url('ESQuarzTRIAL-Regular.otf') format('otf'),
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gtsectra';
    src: url('GT-Sectra-Display-Light.otf') format('otf'),
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticaneue';
    src: url('HelveticaNeue.ttc') format('ttc'),
    font-weight: normal;
    font-style: normal;

}
