.container {
	margin-left: 50px;
	margin-right: 50px;
  margin-top: 5px;
  margin-bottom:5px;
	max-width: 1280px;
	width: 80%;
	background-color: rgba(200,200,200,0.6);
	padding: 1vh 4vw;
  border: 4px solid dodgerblue;
  border-radius: 20px;
  text-shadow:1px 1px #222;
}

body {
	margin-top: 2%;
	  background: url(https://media0.giphy.com/media/AWvasQ7DgzLXO/giphy.gif?cid=3640f6095c44cd78773343413623a5e3) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	background-size: cover;
	font-family: 'Source Code Pro';
/*   font-family: 'PT Mono', monospace; */
	text-align:left;
  color: royalblue;
}
a {
/* 	text-decoration: none; */
	
  color: #b62fb2;
}
a:hover{
	color:#ff6961;
	/*text-shadow: black 2px 1px*/
}

img {
	display:block;
	margin:4vh auto 2vh auto;
	max-width: 720px;
	width: 80%;
}
h1 {
    font-family: 'Share Tech Mono';
    color: #ff6961;
    text-shadow: 2px 1px #333;

  }
h3 {
  color: #ff6961;
	font-size: 1.3em;
/* 	-webkit-margin-after:0.5vh; */
  margin-bottom:0.4vh
}

p {
  margin-top: 0px;
  font-size:1.2em;
  
  }
p strong, li strong {
  color: #b62fb2;
  font-size:1.05em;
}
ul {
  margin-top:-12px;  
}
.purple {
  color: #b62fb2
}
.static {
  background: url(https://media.giphy.com/media/26tPbLsr9oE72erjG/giphy.gif) no-repeat center center fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}
  .title {
    text-align: center;
    font-size: 3em;
    margin:auto;
    padding:2vh
  }
.bg-blk {
  background-color: rgba(0,0,0,0.9);
}
.bg-red {
  background-color: rgba(255,0,0,0.9);
}
