html{
	font-family: 'Poppins';
	overflow-x: hidden;
}

body{
	margin-bottom: 100px;
	background-color: #fff350;
	color: #c79100;
}

footer{
	bottom: 0;
	position: fixed;
	width: calc(100% - 15px);
	text-align: center;
	height: 90px;
}

a{
	text-decoration: none;
}

.biglink{
	font-size: 80px;
	border-style: solid;
	padding: 30px;
	border-width: 10px;
	color: #c79100;
}