@font-face {
    font-family: 'gidoleregular';
    src: url('fonts/gidole-regular-webfont.eot');
    src: url('fonts/gidole-regular-webfont.eot') format('embedded-opentype'),
         url('fonts/gidole-regular-webfont.woff2') format('woff2'),
         url('fonts/gidole-regular-webfont.woff') format('woff'),
         url('fonts/gidole-regular-webfont.ttf') format('truetype'),
         url('fonts/gidole-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	background-color: rgb(244, 188, 211);
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:visited {}
a:hover {
	color: #99ffcc;
	font-style: normal;
}

#container {
	background-color: rgb(244, 188, 211);
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}
#header {
	background-color: rgb(244, 188, 211);
	color: white;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 880px;
}
.image {
	float: left;
	width: 440px;
}
.image2 {
	float: left;
	width: 280px;
	margin: 80px;
}
#name {
	background-color: green;
	color: yellow;
	width: 375px;
	float: center;
	padding: 10px;
	margin-left: 100px;
	margin-right: auto;
}
#info {
	background-color: orange;
	color: blue;
	width: 375px;
	float: right;
	padding: 10px;
	margin-left: auto;
	margin-right: 100px;
}
#text {
	background-color: rgb(244, 188, 211);
	padding: 20px;
	padding-top: 60px;
	font-family: 'gidoleregular', Helvetica, Arial, sans-serif;
	font-style: ;
	color: #6699ff;
	clear: both;
	text-align: center;
}
.socialmedialink {
	color: #6699ff;
}
#footer {
	background-color: rgb(244, 188, 211);
	font-family: 'gidoleregular', Helvetica, Arial;
	color: #ffff99;
	font-size: x-small;
	clear:both;
	padding-top: 60px;
	padding-left: 20px;
	text-align: left;
}