header nav ul {
    list-style: none;
    display: flex;
	justify-content: space-around;
    padding: 0;
    margin-top: 0;
    margin-left: 60px;
    margin-right: 60px;
    text-align: center;
}

header nav ul li {
	font-weight: 400;
	font-style: normal;
}

a:link, a:visited {
    text-decoration: none;
    color: #B03D07;
}

a:hover, a:active {
    color: #BFBC95;
}

body {
    font-family: rosario, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #391A08;
}

h1, h2, h3, h4, h5, h6 {
    font-family: orpheuspro, serif;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

header h1 {
	font-family: orpheuspro, serif;
	text-align: center;
}

.tenwords {
	max-width: 22rem;
	margin-left: auto;
	margin-right: auto;
}


.btmrgn0 {
    margin-bottom: 0px;
    line-height: 1.5rem;
}

.flexText {
    width: 50%;
    line-height: 1.5rem;
	margin-top: auto;
	margin-bottom: auto;
}

.introText {
    text-align: center;
    padding-bottom: 30px;
}
.banner {
    border-radius: 15px;
    height: 720 px;
    width: 350 px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: -5px 5px 5px rgba(0,0,0,0.45);
    box-shadow: -5px 5px 5px rgba(0,0,0,0.45);
}

#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
	background-color: #D9CEC1
}

.food {
    height: 300px;
	width: 300px;
}

.flex {
    display: flex;
    justify-content: space-around;
    border-radius: 8px;
    margin-left: 70px;
    margin-right: 70px;
    padding-bottom: 30px;
    text-align: center;
    padding-top: 30px;
}


.flex img {
	border-radius: 999999999999px;
}

#toxic {
    background-color: #C58E4E;
}

#safe {
    background-color: #1C2F36;
    color: #EDDAD3;
}

#safe h2 {
	color: #EDDAD3;
}


h2 {
    text-align: center;
	padding-top: 30px;
    padding-bottom: 30px;
}
#alts {
    background-color: #BF9180;
}


footer {
    background-color: #73625C
}

.noList {
	list-style: none;
}
