body {
    /* background: rgb(154, 64, 64); */
    background-attachment: fixed;
    background-image: radial-gradient(transparent, black), radial-gradient(blue,blue);
    width: 100% cover;
    height: 902px;
    background-size:cover;
    background-repeat: no-repeat;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    /*font-weight: bold;*/

}

h1 
{
    color:rgb(251, 171, 38);
    text-align:center;
}
.boxparent 
{
  border-radius: 20px;
  border: 5px solid rgb(0,0,10);
  background:blue;
  margin: 1rem;
  padding: 2rem 2rem;
  text-align: center;
}

br
{
    line-height: 1px;
}

.box {
  font-family: cursive;
  width: 480px;
  height: 170px;
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 1);
  display: inline-block;
  vertical-align: middle;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.6);  
  font-size:xx-large;
  margin-top:20px;
  padding-top:100px;  
  
}

.box:hover 
{
  cursor:pointer;
  box-shadow: inset 0 0 0 1000px rgba(256,256,256,0.3);
}

p1
{
 font-family:"Lucida Console", "Courier New", monospace;
 color: pink;
}

.watchstuff
{
  background-image: url("/images/Background.jpeg");
  background-size: 100%;
  text-align:center;
  
}

p
{
    color:rgb(182, 185, 38);
    text-align:center;
}


.title {
    color:burlywood;
    top: 20px;
    text-align: center;
    
}
a {
    color: burlywood;
    text-decoration: none;
}
a:hover {
    color: chocolate;
}
ul {
    list-style: none;
}