@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap');
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Courier Prime", monospace; 
}
body {
  background-color: #1B1C19;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  align-items: center;
}
.header{
  display: inline-flex;
}
.new_h1
{
  font-size: 120px;
  font-weight: 600;
  background-image: linear-gradient(to left, #553c9a, #b393d3);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.honk-h1 {
	font-size: 120px;
	  font-family: "Honk", system-ui;
	  font-optical-sizing: auto;
	  font-weight: 800;
	  font-style: normal;
	  font-variation-settings:
		"MORF" 24,
		"SHLN" 75.3;
}

 .visible-dot {
            cursor: pointer;
            font-size: 20px;
            color: black;
        }