body {
	margin: 0;
	font-family: "Nunito Sans", sans-serif;
	overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

a img {
	border:none;
}

a {
	color:inherit;
	text-decoration:none;
}

li a {
	color:inherit;
	text-decoration:none;
}

header {
    position: relative;
    width: 100%;
    padding: 25px;
    margin: 50px 0 60px 0;
    text-align: center;
}

header h1 {
    font-size: 20px;
}

header img {
    position: relative;
    width: 100%;
    max-width: 320px;
}

main {
    position: relative;
    width: 100%;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

main section {
    position: relative;
    width: 100%;
    max-width: 650px;
    font-size: 18px;
}

section#welcome {
    width: 100%;
}

section#welcome img {
    position: relative;
    width: 100%;
}

section.text {
    margin-top: 35px;
    line-height: 1.8;
}

section.text ol li, section.text ul li {
    margin-top: 15px;
}

section.text img {
    width: 100%;
}

section.text img:hover {
    cursor: pointer;
}

section.ending {
    border-top: 2px solid black;
}

section.ending a {
    text-decoration: underline;
    font-weight: bold;
}

footer {
    position: relative;
    width: 100%;
    padding: 50px;
    margin-top: 100px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1e1e1e;
}

footer > p {
    font-weight: 800;
}

footer > div {
    position: relative;
    font-size: 14px;
    display: flex;
    justify-content:right
}

footer > div p {
    margin-left: 20px;
}