html {
  background-color: white;
  height: 100%;
}

body {
  background-color: white;
  background-position: 50% 50%;
  width: 100%;
  color: #ffddff;
  font-family: 'montserrat';
  height: 100%;
}

p {
  font-family: 'montserrat';
}

a:link {
  color: darkseagreen;
}

a:visited {
  color: sienna;
}

a:hover {
  color: mediumseagreen;
}

a:active {
  color: seagreen;
} 