p {
	color: black;
	font-family: courier;
	padding: 2px;
	font-size: 12px;
	text-decoration: none;
	font-style: bold;
	width : 100%;
    height: 100%;
	text-align: center;
}
a {
        background-color: #1c87c9;
        border: none;
        color: white;
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 12px;
        margin: 4px 2px;
        cursor: pointer;
      }
	  @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
blockquote{
  font-size: 12px;
  width:60%;
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  color: light blue;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}
img { 
 width : 100%;
 height: 100%; 
}
article {
  background-color: lightgrey;
  border-radius: 25px;
  padding: 20px;
  width: 90%;
  height: 90%;
  margin:50px auto;
  
}
samp {
  text-align: left;
	
}

