*{
  box-sizing:border-box;
  font-family: Papyrus, fantasy; font-style: normal;
}

h1 {
  color: white;
  text-align: center;
  font-size: 4rem;
}

h2 {
  text-align:center;
  color: white;
  width: 100%;
  font-size: 2rem;
  text-decoration: underline;
}

p, tr {
  text-align:center;
  color: white;
  width: 100%;
  font-size: 2.3rem;
}

p {
  margin-top: 10px;
  margin-bottom: 0px;
}

#status {
  text-align:center;
  color: white;
  font-size:2rem;
  margin-top: 20px;
  margin-bottom: 50px;
}

p {
  font-style: italic;
}

h2 {
  margin-top: 60px;
}

body {
 background-image: url("lotr.jpg");
 background-size: 100%;
 background-position:center;
 background-attachment: fixed;
 background-repeat: no-repeat;
}

#rock, #paper, #scissors {
  text-align: center;
  border: 1px solid black;
  background-color: rgb(229	229	229);
  color: black;
  width: 31%;
  height: 4rem;
  margin-top: 20px;
  margin-left: 23px;
  font-size: 2rem;
}

table {
  width: 50%;
  margin-top: 50px;
  margin-left: 386px;
}
