#container
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
}

#content
{
  width: 500px;
  height: 500px;
  border: 5px solid blue;
  border-radius: 500px;
  overflow: hidden;
  background-image: url("https://projects.codecraftworks.com/web/puvAiErnV3MRMwvVWU3X/assets/valeriia-neganova-1zDMIZrinm8-unsplash.jpg");
  background-repeat: no repeat;
  background-position: Center top;
  background-size: cover;
  text-align: center;
  line-height: 90%;
  
  background-clip text;
  
  font-family: Impact;
  font-weight: bold;
  
  
  background-clip: text;
  -webkit-background-clip:text;
  color: transparet;
  color: transparet;
  -webkit-text-fill-color: transparet;
  background-color: #000000;
  
  
  