body{
  margin: 0px;
  padding: 0px;
  background: url(bgr.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Big Shoulders Stencil Text', cursive;
}
.box {
  width: 450px;
  background: rgba(0, 0, 0, 0.7);
  padding: 40px;
  text-align: center;
  margin: auto;
  margin-top: 5%;
  color: white;
}

.box-img {
  width: 250px;
  height: 310px;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  border: 1.8px solid white;
}

.box h1 {
  font-size: 40px;
  letter-spacing: 4px;
  font-weight: 400;
}

.box h5 {
  font-size: 25px;
  letter-spacing: 3px;
  font-weight: 200;
}

.box p {
  text-align: center;
  font-size: 19px;
}

ul {
  margin: 0;
  padding: 0;
}

.box li {
  display: inline-block;
  margin: 6px;
  list-style: none;
}

.box li a {
  color: white;
  text-decoration: none;
  font-size: 60px;
  transition: all ease-in-out 250ms;
}

.box li a:hover {
  color: #4b4d4b;
}