body {
  font: normal 10pt Arial;
  background-color: black;
  background-image: url('darkstars.jpg');
  background-repeat: repeat;
  text-align: center;
	color: gray;
  margin: 0;
  padding: 0;
}
img {
  border-width: 0;
}
h1 {
  margin: 20 0 30px 0;
  font-weight: normal;
  font-size: 39px;
  font-family: 'Dancing Script', cursive;
  line-height: 50px;
  font-weight: normal;
  color: orange;
  white-space: nowrap;
}
.hi {
  font-size: 30px;
  font-family: 'Dancing Script', cursive;
  margin-top: -5px;
}
a {
  text-decoration: none;
  color: #424242;
}
li {
  margin-bottom: 10;
}
.box {
  /*background-image: radial-gradient(circle at 70% 30%,white,transparent,black);*/
  display: inline-block;
  margin: 2px 0px;
  padding: 0;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  font-weight: normal;
  font-size: 18px;
  font-family: Tahoma;
  vertical-align: bottom;
  color: black;
  zoom: 1;
  *display: inline;
}
#circle1 {
  background-color: #cc2c2c;
  position: relative;
  width: 200px;
  height: 200px;
}
#circle2 {
  background-color: #38a732;
}
#circle3 {
  background-color: #8e5eb3;
}
#circle4 {
  background-color: #fc9f14;
}
#circle5 {
  background-color: #2170a9;
}

@media (min-width: 608px) {
  #circle4 {
    transform: translate(0px, -27px);
  }
}
@media (min-width: 421px) {
  #circle5 {
    transform: translate(0px, -27px);
  }
}

.mail {
  font: normal 15px Tahoma;
  margin: 5px 0 5px 0;
}
#wrap {
  margin: 0px auto 0 auto;
  text-align: center;
  max-width: 620px;
  margin-top: 40px;
}
.photo {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  margin-top: -44px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
}
a:hover, a:hover .link {
  text-decoration: underline;
}
.abox {
  display: inline-block;
}
