/* reset */

* {
	margin: 0px auto; 
	padding: 0px;
}

body {
  margin: 0px;
  background-color: #454545;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

p {
  text-align: center;
  padding: 0vw 6vw;
  color: White;
  font-family: Arial;
}

hr {
  width: 90%;
  margin: auto;
}

img.one {
  width: 90%;
  height: auto;
  display: block;
  float: left;
  padding: 0vw 2vw;
}

img.two {
  width: 50%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.three {
  width: 20%;
  height: auto;
  display: block;
  float: right;
  padding: 3vw 3vw 0vw;
}

img.four {
  width: 90%;
  height: auto;
  display: block;
  float: right;
  padding: 1vw 4vw;
}

img.five {
  width: 90%;
  height: auto;
  display: block;
  float: left;
  padding: 1vw 4vw;
}

img.six {
  width: 90%;
  height: auto;
  display: block;
  float: right;
  padding: 0vw 2vw;
}

img.seven {
  width: 66%;
  height: auto;
  display: block;
  padding: 1vw 0vw;
}

img.eight {
  width: 50%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a:link {
  color: #f353f7;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}