body {
  font-family: "Avenir Next";
}

li {
  list-style: none;
}

.header {
  background-color: #56a3a6;
  color: #fff;
  height: 90px;
}

.header-logo {
  float: left;
  font-size: 36px;
  padding: 20px 40px;
}

.header-list li {
  float: left;
  padding: 33px 20px;
}

.main {
	padding: 5%;
	font-size: 100%;
}

p {
	font-size: 1.25em;
}

.label {
	font-weight: bold;
	text-align: center;
}

.img1 {
	background-image: url("https://twinegamesetup.yolasite.com/resources/download.jpg");
	position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 474px;
    height: 315px;
}

.img2 {
	background-image: url("https://twinegamesetup.yolasite.com/resources/womeninstem-140328093953-phpapp02-thumbnail-4.jpg");
	position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 768px;
    height: 1265px;	
}

.footer {
  background-color: #084C61;
  color: #fff;
  height: 120px;
  padding: 40px;
}

.footer-logo {
  float: left;
  font-size: 32px;
}

.footer-list {
  float: right;
}

.footer-list li {
  padding-bottom: 20px;
}