
body{
	background-size: cover;
	background-image: url(./Assets/ghanachildren.jpg);
	background-color:rgb(245, 237, 202);
	background-blend-mode: soft-light;

		
	
}
.navbar{
	font-size: 40px;
	text-align: center;	
}

em{
	color: red;
	
}
span{
	color: #ffff00;
}
strong{
	color: green;
}
.Akan{
	text-align: center;
	
}
h3{
	font-size: 30px;
    font-weight: bolder;
}
p{
	font-size: 25px;

}
h4{
	font-size: 30px;
	font-weight: bolder;
}

h5{
	font-size: larger;
}
.keyin{
	text-align: center;
	position: relative;
	font-size: 25px;
	left: 35%;
	width: 30%;	
}
label{
	padding: 5px;
	color: rgb(9, 17, 1);
}
input {
	width: 80px;
	height: 40px;
	font-size: 23px;
}
button{
	font-size: 25px;
	width: 120px
}
footer{
	text-align: center;
}
