@charset "utf-8";
h1 {
	color:blue; font-family:Comic Sans MS;
}
a:link {
	font-family: Comic Sans MS; font-size: 40px;
	background: #000000;
}
#world1 {
	color:blue;font-size: 60px; font-family: Comic Sans MS; text-shadow: 2px 2px red;
}
#constructing1 {
	font-size: 40px; font-family: Comic Sans MS;
}

body {
    background-color: grey;
}
styje {
	box-sizing: border-box;
}
.contact-container {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	
}
.contact {
	display: flex;
	align-items: center start;
	flex-direction: column;
	gap: 20px;
}
.contact-title h2 {
	font-weight: 600;
	color: #DB1E21;
	font-size: 40px;
	margin-bottom: 5px;
}
.contact-title hr {
	border: none;
	width: 200px;
	height: 5px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.contact-inputs {
	width: 400px;
	height: 50px;
	border: none;
	outline: none;
	padding-left: 25px;
	font-weight: 500;
	border-radius: 50px;
}
.contact textarea {
	height: 140px;
	padding-top: 15px;
	border-radius: 20px;
}
.contact-inputs:focus {
	border: 2px solid #9D98C5;
}
.contact-inputs::placeholder {
	color: #B08888
}
.contact button {
	display: flex;
	align-items: center;
	padding: 15px 30px;
	color: #4B7BDB;
	gap: 10px;
	border: none;
	border-radius: 50px;
	background: linear-gradient(270deg, #9D98C5, aquamarine);
	cursor: pointer;
}
.navbar {
	background: #131313;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	position: sticky;
	top: 0;
	z-index: 999;
}
.navbar_container {
	
	display: flex;
	justify-content: space-between;
	height: 80px;
	z-index: 1;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 50px;
}
.navbar_menu {
	justify-content: center;
	display: flex;
	align-items: center;
	list-style: none;
	text-align: center;
}
.navbar_items {
	height: 80px;
	
}
.navbar_links {
	color: #F40825;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 0 1rem;
	height: 100px;
}
.navbar_links:hover {
	color: #0A13B7;
	transition:  all 0.3s ease;
}
.donations {
	justify-content: center;
}
.column {
  	float: left;	
}
.left {
  	width: 25%;
 	background-image: url("/images/crest.png");
	background-size: 25%;
	width: 25%;
	height: 300px;
	border: 2px thin;
}
.right{
  	width: 25%;
  	background-image: url("/images/crest.png");
	background-size: 25%;
	width: 25%;
	height: 300px;
	border: 2px thin;
}
.middle {
  	width: 50%;
  	background-image: url("/images/crest.png");
	background-size: cover;
}
.video {
  	justify-content: center;
}
