* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url('https://images.pexels.com/photos/2957860/pexels-photo-2957860.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  box-shadow: inset 0 0 50px 100px rgba(0, 0, 0, 0.383);
}
div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:325px;
  height: 325px;
  box-shadow:inset 0 0 35px 20px rgba(253, 249, 214, 0.549);
  padding: 25px 30px 55px;
  margin-top: 20vh;
  border: 10px solid rgba(255, 244, 144, 0.383);
}
img {
  height: 230px;
  width: 230px;

}

h1 {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-shadow: -1px -1px 0 green, 1px -1px 0 green, -1px 1px 0 green, 1px 1px 0 green;
  border-radius: 50%;
  letter-spacing: 8px;
  line-height: 2;
}