
	
		body {
			padding: 0;
			margin: 0;
			background-color: #F8F7F7;
			font-family: 'Khula', sans-serif;
			font-weight: 400;
			text-align: center;
			font-size: 18px;
			font-color: #1C1B1B;
			}
		
		
		.logo {
				
				padding-top: 50px;
				
			}
			
		#log {
				width: 150px;
				}
		
		#sub {
				width: 600px;
				}
				
		.text {
				text-align: left;
				max-width: 550px;
				
	
		
				
				
		
		}
		
		#name {
			text-align:center;
		
		}
		
		
		#more {
				max-width:400px;
				}
		
		a:link {
			color: #703670;
			text-decoration: underline;
			font-weight: 600;
			font-size: 22px;
		}
		
		a:visited {
			color: #1C1B1B;
			text-decoration: none;
		}
		
		a:hover {
		text-decoration: none;
			color: #605F5F;
		}
		
		@media screen and (max-width: 620px) {
			#sub {
				width:400px;
				}
				}
				
		@media screen and (max-width: 410px) {
			#sub {
				width:200px;
				}
			#log{
				width:70px;
				}

				