@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');
body{
background-image: url(images/bg.png);
color: #C08C37;
}
a{
	color:#C08C37;
}
#text{
	background-color: rgba(255,255,255,0.80);
}
#menu{
	background-color: rgba(255,255,255,0.80);
	border-radius: 20px;
	line-height: 1.9;
	padding: 50px 20px 20px;
}
#menu h1{
	font-family: 'Homemade Apple', cursive;
	font-size: 1.8rem;
	margin: 0 0 20px;
}
#text h2{
	font-family: 'Homemade Apple', cursive;
	font-size: 1.2rem;
	margin: 0 0 20px;
}