@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Symbols+2&family=Noto+Serif+Ottoman+Siyaq&display=swap');

#myparent {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;

	font-family: "Noto Serif Ottoman Siyaq", serif;
  	font-weight: 400;
  	font-style: normal;
}

.myheader, nav {
	flex-basis: 100%;
	max-width: 100%;

	font-family: "Noto Sans Symbols 2", sans-serif;
  	font-weight: 400;
  	font-style: normal;
}

h1 {
	margin-bottom: 2px;
}

h2 {
	color: #4A5240;
	margin-top: 2px;
}

nav {
	margin-bottom: 15px;	
}

a {
	margin-left: 10px;
}

#myleft {
	flex-basis: 32%;
	max-width: 32%;
	background-color: #F76C5E;
	padding: 10px;
	box-sizing: border-box;
}

#mymain {
	flex-basis: 32%;
	max-width: 32%;
	background-color: #ADA8BE;
	padding: 10px;
	box-sizing: border-box;
}

#myright {
	flex-basis: 32%;
	max-width: 32%;
	background-color: #A28497;
	padding: 10px;
	box-sizing: border-box;
}

p {
	margin-bottom: 15px;
}

footer {
	margin-top: 10px;
	margin-left: 15px;
}
