/***************************
***********GENERAL**********
***************************/

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
body{
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
	color: #fff;
	font-family: "Exo 2", serif;
	font-size: calc(0.5em + 1vw);
}
.content{
	width: 40vw;
	text-align: center;
	margin: 6em 3em;
}
a:link{
	color: #fff;
	text-decoration: none;
}
a:visited{
	color: #fff;
}
a:active{
	color: #a3a3a3;
}
img[src="images/logo.png"]{
	position: fixed;
	width: 26vw;
	right: 12vw;
	top: 25vh;
}

/***************************
********NAVIGATION**********
***************************/

.navigation{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-around;
	background-image: linear-gradient(0.25turn, #170716, #041f5a);
	box-shadow: 1px 2px 8px #000;
}

.navigation > li{
	padding: 0.5em 1em;
}

/***************************
***********CONTENT**********
***************************/

h1.name{
	margin-top: 14vw;
	font-weight: normal;
	border-bottom: 2px dashed #636363;
	padding-bottom: 0.3em;
}
h2{
	font-weight: normal;
	border-bottom: 2px dashed #636363;
	padding-bottom: 0.3em;
}
.link{
	text-shadow: 1px 1px 3px #fff;
}
img[src="images/logoapp.png"], img[src="images/logoviber.png"], img[src="images/logotel.png"], img[src="images/gmail.png"]{
	width: 2em;
	margin-right: 1em;
}
.app{
	display: flex;
	align-items: center;
	margin: 1em;
}
.time{
	border-top: 2px dashed #636363;
	padding-top: 0.5em;
}