/* Rawr! */

@font-face {
	font-family: Angelique;
	src: url("/static/fonts/beauty-angelique.otf");
}
  
@font-face {
	font-family: Kleymissky;
	src: url("/static/fonts/kleymissky.otf");	
}

body {
	background-color: #f1cdef;
}

header,footer {
	text-align: center;
    margin: 10px auto;
    width: 35vw;
}

footer {
	position: absolute;
    bottom: 0;
    width: 100%;
}

h1 {
	color: black;
    font-family: Angelique;
    font-weight: normal;
    font-size: 6vw;
    width: 100%;
    margin-block-end: 0px;
}

p {
	color: black;
}

p.pretty {
	font-family: Kleymissky;
    font-size: 3vh;
}

img.roundish {
	max-height: 16vh;
}

img.stylish {
	width: 100%;
}

img.lesbiab {
	max-height: 20px;
}

div.imagecontainer {
	text-align: center;
}

div.bottomleft, div.topright {
    background-repeat: no-repeat;
    background-image: url("/static/images/flower.png");
    background-size: cover;
    position: absolute;
    width: 25vh;
    height: 25vh;
    opacity: 0.7;
}

div.bottomleft {
    bottom: 0;
    left: 0;
}

div.topright {
	top: 0;
	right: 0;
	transform: rotate(180deg);
}

div.main {
	margin-left: 10%;
    margin-right: 10%;
    font-family: Kleymissky;
    font-size: 3vh;
    font-weight: normal;
}
