/* reset */

* {
	margin: 0px; 
	padding: 0px;
	}

body {
  margin: 0px;
  background-color: #454545;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

p {
  text-align: center;
  padding: 0px 4vw;
  color: White;
  font-family: Arial;
}

hr {
  width: 90%;
  margin: auto;
}

img.one {
  width: 80%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.two {
  width: 60%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

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;
}

#pleaserotate-graphic {
        fill: #f353f7;
}

#pleaserotate-backdrop {
        color: #fff;
        background-color: #000;
}
