p {
	text-align: center;
	color: white;
	font-family: 'Corbel';
    font-weight: 400;
    font-size: 2em;
    letter-spacing: 0.1em;
}

p.name {
    font-weight: 500;
    font-size: 3em;
	opacity: 0.92;
}

p.description {
	font-weight: 500;
    font-size: 1.5em;
    opacity: 0.7;
}

p.contact {
	font-size: 1.5em;
}

a {
	text-align: center;
	color: white;
	font-family: 'Corbel';
    font-weight: 400;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    color: white;
    text-decoration: none;
}

a:hover {
    color: white; 
    text-decoration: none; 
    cursor: pointer;  
}


.background {
	background-image: linear-gradient(45deg, #FF8008, #FFC837);
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.outer {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	height: 90%;
	width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  text-align: center;
}

.logo {
	width: 200px;
	height: 200px;
	opacity: 0.92;
}