@charset "UTF-8";
/* CSS Document */
body {
	height:100%;
}

html {
  background: radial-gradient(
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0.9)
    ),
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content {
  width: 900px;
  background-color: rgba(255,255,255,1);
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px 30px 30px 30px;
}

.border {
  width: 360px;
  height: 367px;
  position: absolute;
  top:5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  margin: auto;
  padding: 30px 30px 30px 30px;
  border-style: dashed;
  border-width: 1px;
  border-color: #a482b9;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	  padding-bottom: 50px
}

h1 {
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	color:#a482b9;
	text-align:center;
	/*text-shadow: 0px 2px #FFF; */
	padding-bottom:10px;
}

p,li {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #3c3c3b;
	text-align: center;
	padding-bottom: 10px;
}

a,a:hover{
	text-decoration:none;
	color: #a3711d;
}
