html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: Microgramma;
  src: url(fonts/Microgramma.ttf);
}
@font-face {
  font-family: MicrogrammaNormal;
  src: url(fonts/MicrogrammaNormal.ttf);
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 30px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #222222; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px 15px 10px 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 22px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
.line{
	position: absolute;
	margin-top: -2px;
	width: 100%;
	height: 3px;
	z-index: 50;
}
.menuM {
	margin-top: 5px;
}
.tr{
	font-size: 25px;
	cursor: pointer;
}
.cP{
	float: left;
	font-size: 25px;
	margin-left: 30px;
}
