
body {
  background-image:url("http://img.hypesphere.com/2014/08/GTrbnb8Tp.jpg");
}

.borderRadius {
	border-radius: 100px;
	width: 150px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.h1 {
  color: black;
  text-shadow: 2px 2px yellow;
  box-shadow: 10px 10px 10px blue;
}

.skills {
  color: yellow;
  text-shadow: 3px 3px black;
  box-shadow: 10px 10px 10px blue; 
  
}

.textList1 {
  font-size: 30px;
  color: yellow;
  font-weight: bold;
  text-shadow: 3px 3px black;
}

.list1Font {
  border: 20px solid white;
}

.codeOn {
  box-shadow: 10px 10px 10px red;
}

.econOn {
  box-shadow: 10px 10px 10px red;
}

.lawyerOn {
  box-shadow: 10px 10px 10px red;
}

.internationalOn {
  box-shadow: 10px 10px 10px red;
  width: 500px;
  height: 500px;
}

.leadOn {
  box-shadow: 10px 10px 10px red;
  width: 500px;
  height: 500px;
}

.electOffice {
  box-shadow: 10px 10px 10px red;
  width: 500px;
  height: 500px;
}

.ruleWorld {
  box-shadow: 10px 10px 10px red;
  width: 500px;
  height: 500px;
}

.secondHeading {
  color: yellow;
  text-shadow: 3px 3px black;
  box-shadow: 10px 10px 10px blue;
}

.textList2 {
  font-size: 30px;
  color: yellow;
  text-shadow: 2px 2px black;
  font-weight: bold;
  box-shadow: 10px 10px 10px blue;
  list-style-type: none;
}