@charset "utf-8";
/* CSS Document */

@media (max-width: 1920px){
}

body {
	max-height: 2840px;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	background-image: linear-gradient(to top, #1c003d, #99007f);
	background-attachment: fixed;
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

#back-btn {
	position: absolute;
	margin-left: 5%;
}

#backarrow {
	margin-top: 15px;
	margin-left: 12px;
	width:50px;
	height: 50px;
	filter:invert();
}

.headerText {
	position: absolute;
	margin-top: 550px;
	font-family: Permanent Marker;
	font-size: 75px;
	color: white;
}

.bodyMain {
	height: inherit;
	display: flex;
	justify-content: center;
}

.abtmePFP {
	border-radius: 50%;
	margin-top: 3%;
	padding: 0.75%;
	background: linear-gradient(to top right, #7dd8ff, #e83fd4);
	position: absolute;
	transition: transform 0.25s ease-out;
	width: 400px;
	height: 400px;
	min-width: 400px;
	min-height:400px;
}
.abtmePFP:hover {
	transform:scale(1.05);
}

.bodyText {
	font-family: Permanent Marker;
	color: white;
	margin-top: 750px;
	margin-bottom: 50px;
	font-size: 30px;
	position: relative;
	text-align: center;
	width: 35%;
	min-width: 350px;
}

.circle-btn {
	--c:#6C1AC5;
	height: 80px;
	min-height: 80px;
	width: 80px;
	min-width: 80px;
    background-image: linear-gradient(to top right, var(--c), #e83fd4);
	border: none;
	border-radius: 50%;
	margin: 1.5%;
	position: relative;
	cursor: pointer;
	transition: transform 0.3s, --c 0.4s;
	
}

.circle-btn:hover {
	transform:scale(1.1) rotate(15deg);
	--c:cyan;
	
}

.contact-link {
	font-family: Permanent Marker;
	color: #453A4F;
	position: absolute;
	text-align: center;
	margin-bottom: 30px;
}

.footer {
	text-align: center;
	position: absolute;
	height: 60px;
	width: 100%;
	bottom: 0;
}

.permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}
