@import url('https://fonts.googleapis.com/css?family=Poiret+One|Source+Sans+Pro');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#world {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: linear-gradient(#e4e0ba, #f7d9aa);
}

body {
	height: 100%;
}

body {
	font-size: 200%;
	color: #ecf0f1;
	font-family: 'Source Sans Pro', sans-serif;
	background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

  h1 {
    margin: 0 0 20px 0;
    color: #fbac13; /* яркий цвет для заголовка */
    text-shadow: 0 0 8px #fbac13;
    animation: fadeIn 2s ease-in-out;
  }

.main {
	position: absolute;
	height: 50%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4d8fac;
}

.contact {
	font-family: 'Poiret One', cursive;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.title {
		font-family: 'Poiret One', cursive;
	font-size: 6rem;
  margin-bottom: .7rem;
	width: 100%;
	text-align: center;
}

.sub-title {
	font-family: 'Poiret One', cursive;
  border-top: .1rem solid #fff;
  padding: 1rem 4rem;
	text-align: center;
}

.mailto {
	font-family: 'Poiret One', cursive;
  position: absolute;
  bottom: 10px;
  width: 50%;
  padding: 2rem 6rem;
	text-align: center;
	color: #27a7e7;
    text-shadow: 0 0 8px #27a7e7;
    animation: fadeIn 2s ease-in-out;	
}