body{
  margin: 0;
  padding: 0;
  background: url(bg.jpg) no-repeat;
  background-size: full;
}
.box{
  
  text-align: center;
  margin: auto;
  margin-top: 5%;
  color: white;
  font-family: 'Century Gothic',sans-serif;
}
.box-img{
  border-radius: 10%;
  width: 200px;
  height: 200px;
}

