/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(opensans.woff2) 
  format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


body {
  background-color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  background-image: url('rnplus.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
}

.message {
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  color: #584941;
  font-size: 30px;
}

.message-details {
  margin-left: 20px;
  color: #584941;
  font-size: 15px;
}

a {
  color: #00aef0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.footer {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #584941;
  font-size: 10px;
  text-transform: uppercase;
}