body{
	margin:0;	
	min-height:100vh;
	background-image: url("/images/background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color:#000000;
}
.centerboxwrap{
	width: 50vw;
	max-width: 900px;
	min-width: 700px;
	margin:auto;
	padding-top:20vh;
}
.centerbox {
	width: 50vw;
	max-width: 900px;
	min-width: 700px;
	border-radius: 15px;
	text-align:center;
	background: #000000b6;
	padding: 10px;
}
.centertextbox{
	margin-top:  4%;
	margin-left: 7%;
	margin-right: 7%;
	margin-bottom: 0%;
	text-align:center;
	color: white;
	font-size: 1.2rem;
	font-family: 'Raleway', sans-serif;
}
.pfpimg {
	width: 140px;
	height: 140px;
	border-radius: 75px;
	border: 3px solid #000000;
	position:absolute;
	transform: translate(-70px,-75%);

}
.worldimg {
	border-radius: 15px;
	border: 0px solid #000000;
	width:100%;
	padding-bottom: 10px;
}
.buttonmain {
	border-radius: 20px;
	border: 3px solid #000000;
	background:#898989;
	width:100%;
}
.h1 {
    font-family: 'PT Sans', sans-serif;
	font-size: 3rem;
	margin:5px;
}
.p1 {
	margin:5px;
	padding-bottom: 5px;
}

.button1 {
	background-color: rgb(77, 77, 77); 
	color: white; 
	border-radius: 15px;
	border: 1px solid #00000033;
	font-size: 1.8rem;
	padding: 10px 25px;
	margin: 25%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	width: 20%;
}
.button1:hover {
	background-color: #7e4086;
	color: white;
	padding: 12px 27px;
	margin: 23%;
	margin-top: 6px;
	margin-bottom: 6px;
	transition-duration: 0.4s;
}
a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: lightgray;
	text-decoration: none;
}

.logoimg {
	width:40px;
	margin-right: 10px;
}

.footer {
	margin-top:6%;
	margin-bottom:5%;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.button2 {
	background-color: rgb(77, 77, 77); 
	color: white; 
	border-radius: 15px;
	font-size: 1.2rem;
	font-weight: bold;
	display: flex;
    justify-content: center;
	align-items: center;
	text-align: left;
}

.button2:hover {
	background-color: #7e4086;
}

.footera {
	width: 46%;
}