body {
  font-family:Karla, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
	background-color: #3602f0;
  margin-left: 30px;
  margin-right: 30px;

	
}

h1 {
	max-width: 60px;
	padding-bottom:60px;
  padding-top: 30px;
  margin-right: auto;
}

section p {
  margin-bottom: 20px;
}
section a {
  color: #fff500;
  text-decoration:none;
  border-bottom: solid 1px #fff500;
  padding-bottom: 3px;
}


.images {
  width: 100%;
  margin: 20px;
}

footer {
  position:fixed;
  bottom: 40px;
  left: 30px;
  line-height: 2.5;
}

footer a {
  color: #ffffff;
  text-decoration:none;
  border-bottom: solid 1px #fff;
  padding-bottom: 3px;
}


footer a:hover {
  color:  #fff500;
  border-bottom: solid 3px #fff500;
}

@keyframes fadein {
  0% {
    opacity:  0;
  }
  100% {
    opacity:  1;
  }
}
p {
  animation: fadein 4s;
}



