@charset "utf-8";

body {
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 1200px;
	font-family: 'Montserrat', sans-serif;

}

header {
	text-align: center;
	margin-bottom: 50px;
}

section {
	margin-bottom: 60px;
}


a {
    text-decoration: none;
}


.flexA {
	display: flex;
}

.designDiv {
	margin-left: 30px;
	margin-right: 30px;
}


.section-flex {
	width: 350px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	background-color: #EAFFBD;
	padding: 15px;
	border-radius: 20px;
}

.section-p {
	width: 700px;
	margin-bottom: 30px;
}

#link {
	list-style-type: none;
	font-size: 2em;
	margin-top: 20px;
}

#prototype {
	list-style-type: none;
}