body {
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 13pt;
	font-weight: 400;
	line-height: 1.65;
	padding: 50px;
	margin-top: 40px;
	position: relative;
	margin: 40px 0 0 0;
	padding-bottom: 80px;
}

.header{background: #ffc411;position: fixed;width: 100%;top: 0;left: 0;box-shadow: 0px -11px 5px 9px black;padding: 0px 50px;display: flex;justify-content: flex-start;font-size: 29px;color: #000000;align-items: center;}

.header img{width: 150px;height: auto;margin-top: 20px;margin-left: 7px;}

.header span {
    margin-right: 30px;
    text-transform: capitalize;
    font-weight: bold;
}
footer#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e8e8e8;
    color: black;
    text-align: center;
    width: 100%;
    text-transform: capitalize;
    font-size: 12px;
}
h3 {
    color: black;
}

a {
    text-decoration: none;
    color: #000000;
    text-decoration: underline;
}

li {
    color: #000000;
}