* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.header {
  overflow: hidden;
  inline-size: 100%;
  padding: 0.02% 1px;
  background-position: center;
  background-size: 100%;
  padding-top: 0%;
  padding-bottom: 19px;
  background-color: #070617;
}

.header a {
  float: left;
  color: white;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  font-size: 18px;
  line-height: 30px;
  border-radius: 4px;
  text-decoration: underline;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: rgb(56, 50, 50);
  color: rgb(247, 245, 245);
}

/*.header a.active {
  background-color: dodgerblue;
  color: white;
}*/

.header-right {
  float: right;
  /*background-color: #ed3dc8;*/
  background-size: 0%;
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }

  .header-right {
    float: none;
  }
}

@media only screen and (max-width: 600px) {
  body {
    background-color: whitesmoke;
  }
}
