@charset "utf-8";
/* CSS Document */

body {
	background: url("images/2024_Temporary_Portfolio_Background.jpg") no-repeat center center fixed;
  	position: absolute;
  	top: 50%;
  	transform: translateY(-50%) translateX(-50%);
	left: 50%;
}

.title p {
	color: #FFFFFF;
	font-family: "peckham-press", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 5vw;
	text-align: center;
	margin: 0;
}

.resume-button {
	background-color: #FFFFFF;
	border: none;
	text-decoration: none;
	color: #242424;
	font-family: "peckham-press", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2vw;
	text-align: center;
	padding: 1vw 4vw;
	border-radius: 4vw;
	cursor: pointer;
	margin-left: 0.75vw;
	margin-right: 2vw;
}

.resume-button:hover {
	transform: scale(1.05);
}

.portfolio-button {
	background-color: #FFFFFF;
	border: none;
	text-decoration: none;
	color: #242424;
	font-family: "peckham-press", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2vw;
	text-align: center;
	padding: 1vw 3.5vw;
	border-radius: 3.5vw;
	cursor: pointer;
}

.portfolio-button:hover {
	transform: scale(1.05);
}