/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');
@import url('https://fonts.googleapis.com/css?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');

a:visited {
  color: rgba(255, 158, 46, 1);
}

a:Link {
  color: rgba(255, 158, 46, 1);
}

a:active {
  color: yellow;
}

a:hover {
  color: yellow;
}



h1 {
  font-family: "Audiowide", serif;
  font-size: 32px;
  color: rgba(255, 158, 46, 1);
  margin: 0px 4px 0px 9px;
  text-align: center;
  border-color: indigo;
  border-width: 10px;
  border-style: ridge;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: rgba(27, 30, 85, 1);
  
}
h2 {
  font-style: oblique;
  font-family: "Merriweather", serif;
  font-size: 18px;
  margin: 0 0px 0 0px;
  border-color: black;
  border-width: 10px;
  border-style: ridge;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;  
  color: rgba(27, 30, 85, 1);
}
body{
	background-image: url("http://www.packetchat.com/img/tronlines.jpg");
    
}
p3 {
  border-color: indigo;
  border-width: 10px;
  border-style: ridge;
  border-radius: 0px;
  background-color: rgba(27, 30, 85, 1);
  font-family:  "Open Sans", sans-serif;
  padding: 0px 0px;
  font-size: 18px;
  margin: 0px 0px 0px 0px;
  font-style: bold;
  color: #444;
  float: left;
  border: default
    border: on
}
p4 {
  border-color: rgba(27, 30, 85, 1);
  border-width: 10px;
  border-style:inset;
  border-radius: 0px;
  background-color: rgba(27, 30, 85, 1);
  font-family:  "Open Sans", sans-serif;
  padding: 0px 0px;
  font-size: 18px;
  margin: 0px 0px 0px 0px;
  font-style: bold;
  color: white;
  float: left;
  border: default
    border: on
}
p2 {
  border-color: indigo;
  border-width: 5px;
  border-style: ridge;
  border-radius: 0px;
  background-color: rgba(20, 20, 20, 1);
  font-family: "Open Sans", sans-serif;
  padding: 0px 0px;
  font-size: 18px;
  font-feature-settings: ;
  margin: 0px 4px 0 9px;
  color: white;
  float: left;
  border: default;
  border: on;
  /*background-image: url(img/graybursts.jpg);*/

}

p1 {
  border-color: gray;
  border-width: 4px;
  border-style: ridge;
  border-radius: 10px;
  background-color: rgba(27, 30, 85, 1);
  font-family: "Open Sans", sans-serif;
  padding: 0px 10px;
  font-size: 18px;
  margin: 15;
  color: rgba(255, 158, 46, 1);
  float: left;
    border: default;
    border: on;
 /* background-image: url("http://www.packetchat.com/img/colorsparks.jpg");*/

}
/*
Image description {
  background-image: url("2000px-Scratch_Logo.svg.png");
  object-fit: cover;
  border: default

  width: 300px;
  height: 337px;
}
*/
}
html { 
   background: url("img/colorsparks.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /*
   background: url("http://www.packetchat.com/img/tronlines.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */
}
p{
    font-family: "Ubuntu", serif;

center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

