@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500&display=swap');

a {
  text-decoration: none;
  color: black;
}

html {
  margin-left: 17.5%;
  margin-right: 17.5%;
  font-family: 'Roboto Mono', monospace;
}

header {
  display: flex;
  justify-content: space-between;
  font-size: larger;
}

header p {
  cursor: pointer;
}

.logoname {
  font-weight: 500;
}

.nave {
  font-weight: 500;
  margin-left: 15px;
}