* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: url('img/bg.jpg') no-repeat;
  background-size: cover;
}

.box {
  width: 500px;
  background: rgba(0, 0, 0, 0);
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 4%;
  color: white;
  font-family: 'Century Gothic', sans-serif;
  border-radius: 15px;
  /* box-shadow: 7px 13px 37px black; */
}

.box-img {
  border-radius: 50%;
}

.box h1 {
  font-size: 45px;
  letter-spacing: 3px;
  font-weight: 4000;
  margin: 30px 0 20px;
}

.box h2 {
  font-size: 30px;
  letter-spacing: 2px;
  font-weight: 2500;
  margin-bottom: 40px
}

.box h3 {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 2500;
  margin-bottom: 10px
}

.box h4 {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 2500;
  margin-bottom: 10px
}

