/*
Love to Axy*
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:700|Roboto:Roboto:500,700,900&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

* {
	position: relative;
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #191919;
	color: white;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	overflow-x: hidden; 
}

#icon {
	background-image: url("../finaltry.svg");
	width: 150px;
	height: 150px;
	position: fixed;
	top: 20px;
	left: 145px;
	transform: scale(0.45);  
}

#content {
	width: 480px;
	height: calc(100% - 240px);
	left: 45%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.entry {
	position: absolute;
	bottom: 0px;
}

.text {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 60px;
}

.title {
	font-family: 'Roboto Mono', monospace;
	font-size: 16px;
	font-weight: 700;
}


@media only screen and (max-width: 768px) {
	#icon {
		width: 150px; 
		height: 150px;
		top: -185px; 
		left: 105px; 
		transform: scale(0.5); 
	}

	#content {
		width: 90%; 
		height: auto; 
		padding: 20px; 
		top: 300px; 
	}

	.text {
		font-size: 18px; 
		margin-bottom: 30px; 
		top: 300px; 
		left: 0px;
	}

	.title {
		font-size: 14px; 
		top: 300px; 
		left: 30px;
	}
}
