input{
	border: 4px solid sienna;
	border-radius: 5px;
	color: lightcoral;
}
h2,th,h1{
	color:lightcoral;
	font-family:cursive;
}
h1{
	text-align:center;
	text-shadow: 2px 2px sienna;
}
body{
	background-color:seashell;
	color:sienna;
	font-size:200%;
	margin-left:25px;
	font-family: monospace;
}
}
li {
	font-family:monospace;
	color:sienna;
}
#email{
	font-family:cursive;
	color:sienna;
	text-align:center;
	font-style:italic;
}
.date{
	font-weight:bold;
}
#photo{
	position:relative;
	top: 1px;
	right: -1%;

}
a{
	font-size:130%;
	font-weight:700;
	font-family:monospace;
	padding:5px 20px 5px 20px;
	text-align:center;
	border: 4px solid sienna;
	border-radius:10px;
}
a:link,#idsubmit{
	color:seashell;
	background-color:lightcoral;
}
a:visited,#idsubmit:hover{
	color:lightcoral;
	background-color:seashell;
}
a:hover{
	color:lightcoral;
	background-color:seashell;
	border-radius:20px;
}
.imgHobby{
	margin-left:20%;
	margin-right:30%;
}
td,th{
	border-style:solid;
	border-width:6px;
	color:seashell;
	background-color:lightcoral;
	font-family:monospace;
	width:70%;
	text-align: center;
	box-sizing:border-box;	
	font-size:130%;
	font-weight:700;
	padding:5px 20px 5px 20px;
	text-align:center;
	border: 4px solid sienna;
}
table{
	border-collapse: collapse;
	margin-left:10px;
	table-layout: fixed;
}
.bottom{
	font-weight:400;
	color:lightcoral;
	background: seashell;
}
hr{
	border: 3px solid sienna;
	border-radius: 10px;
}
footer{
	padding-top: 30px;
	margin-left: 25%;
	padding-bottom: 30px;
}
label,input{
	font-size:150%;
	color: sienna;
	background-color: seashell;
	font-family: monospace;
}

#idsubmit{
	font-color:lightcoral;
	font-size:130%;
	font-weight:700;
	font-family:monospace;
	padding:5px 20px 5px 20px;
	text-align:center;
	border: 4px solid sienna;
	border-radius:10px;
}
::placeholder {
	color:lightcoral;
}
#idmessage{
	width:700px;
	padding-bottom: 150px;
}
#idemail{
	width:535px;
}
#idname{
	width:558px;
}