.border{

  border-radius: 3%;
  -moz-border-radius: 3%;
  -webkit-border-radius: 3%;
  border: 8px solid #1abc9c;

}

p{
	text-align: justify;
}

.border-interior{
    border: 3px solid #fff;
    -webkit-box-shadow: inset 0 0 0 3px red;
    -moz-box-shadow: inset 0 0 0 3px red;
    box-shadow: inset 0 0 0 3px red;
}