* {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #eeeeee;
}
h1, h2, h3, h4, h5, h6, p, ul, th, td {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
#footer {
	text-align: center;
	padding: 10px;
}
#experience {
	border: 20px;
	text-align: justify;
}
#education {
	background: #fcfcff;
}
#bottom {
	background: #fcfcff;
	padding: 8px 4px 6px 4px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
#wrapper {
	background-color: #f2f2fc;
	width: 82%;
	margin: 0 auto;
}
#top {
	background: #694E33;
	text-align: center;
	text-align: justify;
	padding: 10px 10px 0px 10px;
}
#ps {
	text-align: justify;
	padding: 10px 5px 0px 120px;
}
#links {
	padding: 15px 10px 150px 2px;
	background: #fcfcff;
}
#expert {
	width: 400px;
	text-align: left;
	float: left;
}
#not_expert {
	width: 350px;
	text-align: left;
	float: right;
}
.company {
	padding: 0px 0px 10px 0px;
	color: #694E33;
	font-style: italic;
	font-size: 1.025em;
}
.achievement {
	padding: 10px 0px 0px 0px;
	color: #C8464C;
	font-weight: bold;
	font-size: 1.1em;
}
.pix {
	text-align: left;
	padding: 8px;
}
p {
  font-size: 18px;
	padding: 4px 0px 0px
}
b {
	color: #933936;
	font-size: 1.1em;
}
h3 {
	color: #0c0c2d;
	padding-bottom: 5px;
	padding-top: 20px;
	text-transform: uppercase;
}
b {
	color: #694E33;
	font-size: 1.1em;
}
ul {
	list-style-image: url(https://res.cloudinary.com/adetohun/image/upload/v1567045675/button2.png);
	list-style-position: inside;
}
th {
	color: #933936;
	font-size: 1.25em;
}
table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
  }
td, th {
	border: 1px;
	text-align: left;
	padding: 8px;
}
img {
	display: block;
	border: solid;
	border-color: white;
	float: right;
	text-align: left;
}
li{
  font-size: 18px;
}
#sizy {
	width: 960px;
	float: left;
  }
  #yzis {
	width: 800px;
   
  }
  section {
	  flex-basis: 57%;
	  margin-right: 10%;
  }
  fieldset {
	  border: 1px solid #2f93b1;
	  border-radius: 10px;
	  margin-bottom: 2rem;
    padding: 0px 10px 0px 15px;
  }
  legend {
    padding: 10px 0px 0px 2px;
	  font-weight: bold;
	  font-size: 1.2rem;
	  margin: 1.5rem 0 1rem 0;
	  display: block;
	  font-family:Century Gothic, Arial, Helvetica, sans-serif;
	  color: #0c0c2d;
  }
  label {
	  display: block;
	  padding-bottom: 0.3rem;
  }
  textarea {
	  padding: 20px;
	width: 85%;
	inline-size: non
  }
 input {
	  padding:6px;
    width: 87%;
  }
  button {
	  font-size: 15px;
	  margin: 1rem 0;
background-color: #C8464C;
  color: white;
	  border: none;
	  padding: 0.5rem 1rem;
	  border-radius: 5px;
  }
  button:hover {
background-color: #FEEBD0;
	  color: #0c0c2d;
  }
  .sum{
	color:#fcf9f9; 
	text-align: justify; 
	padding: 10px 30px 10px 0px;
  }
 a:link, a:visited {
	background-color: #FEEBD0;
	color: #0c0c2d;
  font-size: 16px;
	text-align: right;
	text-decoration: none;
    padding: 0.1rem .5rem;
	  border-radius: 3px;
   margin: 1rem 0;
}
  a:hover, a:active {
	 background-color: #C8464C;
  color: white;
}