h1 {color:black;}

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

#content {
  width: 500px;
  height: 500px;
  border: 5px solid orange;
  border-radius: 50%;
  
  background-image: url("https://codecraftworks.dev/web/nkP14qrwnqGmz9aJC16a/assets/Screenshot 2026-04-09 102746.png");
  
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;

  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size:30%;
}
