body {
	margin:0;
	font-family: 'Acephimere';
	overflow-x: hidden;
}

:root {
	--bright: #fdeff9;
	--dark: #03001e;
	--purple: #702283;
	--pink: #d7007f;
	--regular: 'Acephimere';
	--thin: 'Acephi-thin';
}


#header {
	background: url(images/waves.svg) no-repeat;
	background-size: cover;
	height: 400px;
	width: 100%;
	color: var(--bright);
	text-align: right;
	margin: 0;
}

#header a:link,
#header a:visited,
#header a:hover,
#header a:active {
	text-decoration: none;
	color: var(--bright);
}

h1 {}

h2 {}

h3 {}

h6 {}

.logo-p {
	font-family: var(--regular);
	letter-spacing: 0.4em;
	font-size: 3em;
}

.logo-k {
	font-family: var(--thin);
	letter-spacing: 0.79em;
	font-size: 4em;
	text-align: right;
	position: relative;
	right: -30px;
}

#content {
	font-size: 2em;
	text-align: center;
	height: 1000px;
}

@font-face {
    font-family: Acephimere;
    src: url(fonts/Acephimere.otf);
}

@font-face {
    font-family: Acephi-thin;
    src: url(fonts/AcephimereThin.otf);
}