@charset "utf-8";
/* CSS Document */

body {
	background-color: #f3eeea;
}

.hamburger {
    font-size: 30px;
    cursor: pointer;
}

ul {
    list-style-type: none;
    padding: 0;
}

.hidden {
    display: none;
}

h3 {
	text-align: end;
	margin-right: 70px;
	margin-top: 70px;
	
}

a {
	text-decoration: none;
    color: black;
}

.foot {
	margin-top: 150px;
}

.about {
	background-color: white;
	max-width: 800px;
    margin: 50px auto;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.gen {
	text-align: start;
	margin-left: 70px;
	font-size: 40px;
	margin-top: 500px;
}

.purpose {
	text-align: center;
	font-size: 30px;
	margin-left: 380px;
}

.best {
	font-size: 40px;
	margin-left: 250px;
	text-decoration: none;
    color: black;
}

footer {
	margin-top: 25px;
}