@charset "utf-8";
* {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: auto;
	padding-right: auto;
	padding-bottom: auto;
	padding-left: auto;
}
body {
	cursor: url(../images/normal.cur),default;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/WhatsApp%20Image%202021-07-08%20at%2015.08.14.jpeg);
}
header {
	width: 100%;
	height: 80px;
}
nav {
	height: 80px;
	text-align: center;
	width: 100%;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
}
nav ul{
	padding-inline-start:0px!important;
}
nav ul li {
	display: inline-block;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 30px;
	margin-right: 30px;
	border: 1px solid rgba(27,27,27,1.00);
	border-radius: 15px;
	background-color: rgba(255,255,255,1.00);
	margin-bottom: 10px;
	margin-top: 25px;
}
nav ul li:hover  {
	display: inline-block;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 30px;
	margin-right: 30px;
	border: 1px solid rgba(255,255,255,1.00);
	border-radius: 15px;
	background-color: rgba(243,158,158,1.00);
	margin-bottom: 10px;
	margin-top: 10px;
}
nav ul li a {
	text-decoration: none;
	color: rgba(39,39,39,1.00);
	text-shadow: 0px 0px 10px rgba(65,65,65,1.00);
	font-size: medium;
}
main {
	width: 100px;
	height: 495px;
	position: relative;
}
main h1 {
	color: rgba(0,0,0,1.00);
	font-family: arapey;
	font-style: normal;
	font-weight: 400;
	font-size: 70px;
	position: absolute;
	left: 300px;
	top: 80px;
	transition: all 1s;
	text-shadow: 10px 10px 10px rgba(92,92,92,1.00);
}
main h1:hover{
	transform: scale(1.3);
}
main p {
	color: rgba(57,57,57,1.00);
	font-family: niconne;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	text-shadow: 5px 0px 10px rgba(63,63,63,1.00);
	position: absolute;
	top: 200px;
	left: 260px;
	transition: all 1s;
	text-align: center;
	white-space: nowrap;
}
main p:hover{
	transform: translate(30px)
}
footer {
	width: 100px;
	height: 70px;
	display: inline-block;
	margin-left: 600px;
	margin-right: auto;
	text-align: center;
}
footer p {
	white-space: nowrap;
	color: rgba(74,74,74,1.00);
	padding-top: 10px;
}

footer img {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}

footer img {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}

footer img:hover  {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
	opacity: 0.6;
}
