/*
  Vincent Wilson
  CS 4/5
  PHP Project
  Planet Weight Calculator
*/
body {
  padding-left: 20px;
  background-image: url(background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/*
Image Citation:
arc-anglerfish-washpost-prod-washpost.s3.amazonaws.com/public/6B45VHYWFY3LXKJDZ3RWXAOLWQ.jpg.
*/


.button {
  background-color: black;
  border: 2px solid white;
  color: white;
  padding: 7px 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h3, h1 {
  text-decoration: underline;
  text-decoration-color: white;
}
