form{
	text-align:center;
	width:50%;
	margin-left:25%;
}

#loginform{
	width:50%;
	margin-left:25%;
}

#edituserform, #editgallery{
	width:40%;
	margin-left:30%;
}

#eventform{
	width:50%;
	margin-left:25%;
}



button{
    border: 1px;
    border-radius: 10px;
    color: #b48952;
    margin-top: 10px;
    padding: 10px;
    font-family: 'Bookerly', serif; 
    font-size:large;
}