body {
  background-color: #ddd;
  color: #333;
  font-family: roboto, helvetica, arial, sans-serif;
  font-size: 130%;
  border-width: 0 0 0 10px;
border-style: solid;
border-color: #ccc #ccc #ccc rebeccapurple;
  margin: 0;
padding: 3em 0 5em 0;
}
section {
text-align: center;

}
section>div {
background-color: #fff;
-webkit-box-shadow: inset 0px 10px 47px -21px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 10px 47px -21px rgba(0,0,0,0.75);
box-shadow: inset 0px 10px 47px -21px rgba(0,0,0,0.75);
padding: 30px;
}

section>p {

margin: 1.5em auto;
min-width: 320px;
width: 50%;
line-height: 1.8;

}

code {
font-weight: bold;
color: #000;
background-color: lightyellow;
outline: 4px solid yellow;
}

a {
color: #00c;
background-color: lightblue;
text-decoration: none;
outline: 3px solid lightblue;
}
a:hover {
outline: 8px solid lightblue; 
}