h1 {color:blue;
}
body{background-color: yellow;
}
p{font-family: "Sekuya";
  font-weight: 400;
  font-style: normal;
}
#container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content {
  width: 1000px;
  height: 500px;
  border: 5px solid purple;
  border-radius: 50%;
  overflow: hidden;
  background-image:url("https://codecraftworks.dev/web/ja3aztyGzgWlpvClbCE3/assets/pexels-lauripoldre-30197098.jpg");
  background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
  
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-color: transparent;
}