body, table, h1, h2, h3, h4, h5, h6, p, a
{
        font-family: Geneva, Arial, Helvetica, san-serif;
        font-weight: normal; 
        font-variant: normal;
        font-style: normal;
        font-size: 100%; 
        line-height: normal; 
        text-transform: none;
        text-decoration: none;
	color: Ivory;
}

body
{
	background-color: #4c2061;
}

h1
{
	font-size: 200%;
	font-weight: bold;
	color: Ivory;
}

h2
{
	font-size: 160%;
	font-weight: bold;
	color: Ivory;
}

h3 
{
/*rainbow! */
        font-size: 4vh;
        font-weight: bold;
        font-style: italic;
        text-align: center;
        background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}

h4
{
/*lesbian!*/
        font-size: 4vh;
        font-weight: 900;
        font-style: normal;
        text-align: center;
        background: linear-gradient(to right, #d62800, #ff9b56, #ffffff, #d462a6, #a40062);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
}

a
{
	color: #a0a0ff;
}

img
{
	width: auto;
	height: 60vh;
	display: block;
	margin: auto;
	border: 0;
}
