body, html {
  height: 100%;
	
	background-image: url("img/background_blur_brightness_min.png");
	background-position: center;
  	background-repeat: repeat;
  	background-size: cover;	
	
}

#formlabel{
	text-align: center;
	font-size: 30px;
}

.formbox{
	display: flex;
	justify-content: center;
}

input{
	height: 50px;
	width: 350px;
	border-radius: 25px;
	border-color: gray;
	border-style: solid;
	background: rgba(0, 0, 0, 0.4);
    color: white;
	font-size: 25px;
}
input:hover{
	transform: scale(1.05);
}

.form{
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 100px;
}


.content {
  color: white;
  font-weight: bold;

  
}

.content{
	height: 100%;
	display: flex;
	flex-direction: column;
}

.user{
	margin-top: 150px;
	display: flex;
	text-align: center;
	flex-direction: column;
}

.name{	
	font-size: 50px;
	display: flex;
	justify-content: center;
}



.photoimg{
	width: 300px; 
	height: 300px; 
	border-top-left-radius: 50% 50%; 
	border-top-right-radius: 50% 50%; 
	border-bottom-right-radius: 50% 50%; 
	border-bottom-left-radius: 50% 50%;
	
}


.links{
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
	text-align: center;
}

.link{
	margin: auto; /* Center div */
  	width: 50%; /* Center div */
	
	background: rgba(1, 10, 2, 0.5);
	padding: 5px;
	width: 33%;
	min-width: 660px;
	padding: 10px;
	border-radius: 7px;

	margin-bottom: 30px;
	
}

.linkbutton{
	background-color: transparent;
	border: none;
	

}
.link:hover{
	transform: scale(1.05);
}

.linkcontent{
	display: flex; 
}

.linkname {
	color: white;
  	font-weight: bold;
	margin: 10px;
	font-size: 30px;
}
.linkimg {
	width: 50px; 
	height: 50px; 
}

.footer {
  bottom: 0;
  margin-bottom: 20px;
  margin-top: auto;
  width: 100%;

}
.footertext {
	display: flex;
	justify-content: center;
	
}






