/* index.css for Kodori's website */
/* by Alice Wonder (TG: ArisuChr) */
body {
	background-color: #222;
	background: url('/static/img/background.jpg') no-repeat fixed;
	background-size: cover;
	background-position-y: bottom;
	color: aliceblue;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Alegreya Sans', sans-serif;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}

main {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

#content {
    width: 250px;
    height: 500px;
    background: #111111;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -10%;
    left: 0;
    margin: auto;
}
#icon {
	width: 120px;
	height: 120px;
	background-color: black;
	background: url('/0JrRg9GB0Ywh.jpg') no-repeat;
	background-size: cover;
	border-radius: 50%;
	border: 5px solid #111;
	position: relative;
	left: 25%;
	top: -13%;
}
h1 {
	margin-top: -22%;
}
#user-info p {
	margin-top: 8px;
	margin-bottom: 8px;
}
#links {
	width: 210px;
	position: relative;
	bottom: -6%;
	left: 7%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	font-size: 1.5em;
}
#links a {
	color: aliceblue;
	text-decoration: none;
}
#links a:hover {
	color: #d42a52;
}
