@charset "UTF-8";
body {
    background-image: url(graphics/tex2res3/tex2res3.png);
}
/*This pattern is downloaded from www.subtlepatterns.com 
 If you need more, that's where to get'em.*/
#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(graphics/tex2res3/tex2res3.png);
}
/*This pattern is downloaded from www.subtlepatterns.com 
 If you need more, that's where to get'em.*/
header {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}

nav ul li {
	display: inline;
	padding-right: 80px;
	margin-left: -40px;
	font-family: 'Cousine', monospace;
}
h1, h2, h3, h4, h5, h6 font {font-family: 'Cousine', monospace}
p, ul li font {
	font-family: courier-prime, Courier;
	font-style: normal;
	font-weight: 400;	
	
}
main {
    height: auto;
    width: auto;
}
body p {
	width: 300px;
	display: flex;
  	justify-content: center;
	
}
.one {
	height: 616px;
}
.Who {
    width: 300px;
    float: left;
}
.How {
    float: right;
}
.two {
    height: auto;
    width: auto;
}
.Who2 {
    float: left;
    width: 300px;
}
.How2 {
    float: right;
    width: 500px;
}
.three {
    width: auto;
    height: auto;
}
.Who3 {
    width: 300px;
    float: left;
    clear: both;
}
.How3 {
    float: right;
    width: 500px;
}
footer {
    clear: both;
    float: left;
    margin-top: 30px;
}
.sneak {
    margin-left: 46px;
}
footer ul li {
	text-decoration: none;
	list-style-type: none;
	display: inline;
	margin-left: -40px;
	padding-right: 80px;
	font-family: 'Cousine', monospace;
}
.Why h1 {
	margin-top: 30px;
}
#work img {
    margin-left: 35px;
    border-radius: 23px;
    margin-top: 70px;
    background-image: url(graphics/clean_textile/clean_textile.png);
}
a:link, a:visited {
    text-decoration: none;
    color: #926428;
}
a:hover, a:active {
    text-decoration: none;
    color: #4D2D09;
}
.Me h1 {
	margin-top: 30px;
}
header img {
    border-radius: 50px;
    display: inline;
    margin-left: 455px;
}
.explain h3 {
	font-family: 'Cousine', monospace;
}
.Why {
    width: 300px;
    float: left;
}
.Me {
    width: 300px;
    float: right;
}
