/* Styles for Menu, by Mark-Tony Leontaridis */
  /* Copyright © 2023 Efivikos */
  /* Web page styles */

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background-color: #000000;
    color: white;
    background-image: url('https://test.efivikos.gr/fn_images/dark-background1.png');
    background-origin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
    transition: background-image 0.5s ease-in-out;
}

  footer {
      position: absolute;
      bottom: 0;
      background-color: #1f1f1f;
      border-radius: 10px 10px 0px 0px;
      display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
  }

footer {
  bottom: 0;
  display: flex;
  justify-content: right;
  align-items: right;
  margin: 0;
}


  .copyright{
      display: block;
  }

header {
  display: flex;
  justify-content: left;
  align-items: left;
  margin-top: 0cm;
  background-color: #1f1f1f;
  border-radius: 0px 0px 10px 10px;
  position: fixed;
  top: 0;
}

  .slogan {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

.title {
    margin-right: 10px;
}

.slogan {
  font-style: italic;
}
