﻿body {
  background-image: url("/back1.webp");
}

a {
  text-decoration: none;
}

nav {
  background-color: rgba(000, 000, 000, 0.6);
  color: #FFFFFF;
}

nav ul {
  display: flex;
}

header {
  text-align: center;
}

header, main, footer {
  background-color: rgba(999, 999 ,999, 0.6);
  padding: 10px;
}

nav ul li {
  list-style: none;
}

nav ul li a {
  display: block;
  color: #ffffff;
  margin-right: 10px;
  text-decoration: none;
}

nav ul li a:hover, nav ul li a:focus {
  text-decoration: underline;
  color: #0394FC;
}

nav ul li span {
  display: block;
  color: #ffffff;
  margin-right: 10px;
  text-decoration: underline;
}

.access-counter {
  font-weight: bold;
}
