body {
	margin: 0;
	padding: 0;
	width: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url('https://yummgirl.com/files/background.jpg') center/cover no-repeat fixed;
	overflow-x: hidden;
    backdrop-filter: blur(20px);
	z-index: 1;
	min-height: 100vh;
}

.overlay {
    top: 0;
    left: 0;
    width: 100%;
	min-height: 100vh;
    z-index: 2;
    background: rgba(10, 10, 10, 0.6);
}

.content {
    text-align: center;
    color: #fff;
    z-index: 3;
}

p, h1, img {
	z-index: 3;
	color: #ffffff;
	font-family: 'Bahnschrift';
}
	
.links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.link {
	border: #ffffffff solid 3px;
	background-color: #ffffff40;
	color: #ffffffff;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}

.link:hover {
	scale: 1.03;
	color: #ffffff;
	border: #ffffffff solid 3px;
	background-color: #ffffff40;
	cursor: pointer;
}

.links a {
    text-decoration: none;
}

.author p {
	color: #9277a5;
}

.author a {
	color: #9277a5;
	text-decoration: none;
}

.author a:hover {
	color: #ffb4f3;
}

@media only screen and (max-device-width: 800px){
	h1 {
		font-size: 100px;
		margin: 0 0 4.5vh 0;
	}
	
	.yumm {
		margin: 8vh 0 0 0;
		height: 280px;
	}
	
	.links {
		margin: 0 4vw 5vh 4vw;
		width: 92vw;
	}
	
	.link {
		margin: 25px;
		width: 800px;
		height: 140px;
		border-radius: 30px;
	}

	h2 {
		font-family: 'Bahnschrift';
		font-size: 65px;
		width: 75%;
		margin: 35px 0;
	}

	svg {
		height: 100%;
		width: 15%;
		margin: 0 2.5%;
		margin: 0 30px;
	}

	.author {
		font-size: 30px;
		font-weight: 10;
		margin-top: 7vh;
	}
}

@media only screen and (min-device-width: 801px){
	h1 {
		font-size: 60px;
		margin: 0 0 4.5vh 0;
	}
	
	.yumm {
		margin: 8vh 0 0 0;
		  height: 140px;
	}
	
	.links {
		margin: 0 6.5vw 5vh 6.5vw;
		width: 87vw;
	}
	
	.link {
		margin: 15px;
		width: 385px;
		height: 80px;
		border-radius: 15px;
	}

	h2 {
		font-family: 'Bahnschrift';
		font-size: 28px;
		width: 80%;
	}

	svg {
		height: 100%;
		width: 15%;
		margin: 0 2.5%;
	}

	.author {
		font-size: 11px;
		font-weight: 10;
		margin-top: 7vh;
	}
}