:root{
  --h-size: 60px;
}
html{
  margin-top: 0;
  padding: 0;
}
body{
  padding: 0px;
  margin: 0px;
	color:lightgray;
	background-color:#212225;
    font-size: 30px;
}
@font-face {
    font-family: robo;
    src: url(roboto.ttf);
}
*{
  font-family: robo;
  cursor: default;
}
.pnt{
  cursor: pointer;
  transition: all 0.1s;
}
.link{
  padding: 10px;
}
.top{
  height: var(--h-size);
}

.hder{
  border-radius: 4.5vh;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  flex-grow: 1;
  background-color: #1c1d20f2;
  height: fit-content;
  border-bottom: 10px white;
}

header{
  z-index: 9999;
  top: 0;
  margin: 0;
  padding: 0;
  display: flex;
  position: fixed;
  width: 100%;
}

.pnt:hover {height: 70px;}