/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css?family=Archivo:400,700|Roboto:400,700|Open+Sans:700|Barlow:400,700&display=swap');

body {
  color: #676639;
  background: #e1cca7;
  background-image: url('/style/rose-watercolor2.png');
  background-position: left;
  background-repeat: no-repeat;
  font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}
@font-face {
    font-family: 'Nickainley-Normal';
    src: url('fonts/Nickainley-Normal.eot'), url('fonts/Nickainley-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
a:link{
  color: #666667;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #045a33;
}
a:visited {
  color: #676639;
}

#wrapper {
	width: 900px;
	position: fixed;
  	top: 50%;
  	left: 50%;
  	/* bring your own prefixes */
  	transform: translate(-50%, -50%);
	text-align: center;
}
h1 {
	font-size: 85pt;
	font-family: 'Nickainley-Normal', Times New Roman, serif;
	color: #de8177;
        text-shadow: 1px 1px 1px #666667;
	line-height: 1em;
}
h2 {
	text-align: center;
	font-size: 25pt;
	font-weight: bold;
}
