   body {
      margin: 0;
      font-family: 'Arial', sans-serif;
      background-color: #121212;
      color: white;
      display: flex;
      min-height: 100vh;
      flex-direction: column;
       font-family: "Edu AU VIC WA NT Pre", cursive !important;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;

    }
h3
{
 

 text-align: center;
}
    header {
      
      top: 0px;
      left: 0px;
    }

    .container {
      margin-top: 10%;
      display: flex;
      flex: 1;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 40px;
      gap: 40px;
      flex-wrap: wrap;
      margin-left: 20%;
     
    }

    .menu {
      display: flex;
      flex-direction: column;
      gap: 10px;
      border: 1px solid white;
      border-radius: 10px;
      padding: 20px;
      max-width: 300px;
      width: 100%;
       transform: scale(1.3);
       margin-left: -10%;
    }

    .menu a {
      color: white;
      text-decoration: none;
      border: 1px solid gray;
      padding: 10px;
      text-align: center;
      transition: background 0.3s;
      transition: transform 0.3s;
      border-radius: 5px;
    }

    .menu a:hover {
      background: white;
      color: black;
      transform: scale(1.1);
    }

    .socials {
      display: flex;
      gap: 20px;
      justify-content: center;
      margin-top: 20px;

    }

    .socials a {
      color: white;
      font-size: 30px;
       border:  none !important;
    }

    .collage {
     
      
    
    height: 0;
    width: 0;
    margin-left: 70%;
    margin-top: 0;

    }

    .collage img {
      position: absolute;
      
      border-radius: 8px;
      box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
      width: 15%;
    }
    #col1
    {
      margin-top: 8%;
    }
   #col2
    {
      margin-top: 17%;
      margin-left: -13%;
    }
       #col3
    {
      margin-top: 25%;
      margin-left: 1.5%;
    }


    #logo
    {
      width: 15%;
      top: 0%;
      left: 0%;
      position: absolute;
      transition: 0.3s;

    }
    #logo:hover
{
    filter: brightness(0.6);
}

    #linia0
    {
     width: 70%;
     margin-top: 4%;
    margin-left: 20%;
    }
     #linia1
    {
      width: 70%;
      margin-left: 20%;
      margin-top: 0%;
    }
    #roz
    {
      height: 300px;
    }

  
    
.animated-words {
    
   margin-left: 20%;
   margin-top: 1%;
  }
  .word {
    
    /* tu reguluj odstepy */ margin-left: 5%;
    top: 0;
    opacity: 0;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    font-size: 2vw;

    color: #fff;
    margin-top: 1%;
  }


 
  .word1 { left: 0%; animation-name: fadeInOutLeft; animation-delay: 0s; }
  .word2 { left: 0%; animation-name: fadeInOutUp; animation-delay: 2s; }
  .word3 { left: 0%; animation-name: fadeInOutRight; animation-delay: 4s; }
  .word4 { left: 0%; animation-name: fadeInOutDown; animation-delay: 6s; }
  .word5 { left: 0%; animation-name: zoomInOut; animation-delay: 8s; }

  @keyframes fadeInOutLeft {
    0%   { opacity: 0; transform: translateX(-50px); }
    5%   { opacity: 1; transform: translateX(0); }
    15%  { opacity: 1; transform: translateX(0); }
    20%  { opacity: 0; }
    100% { opacity: 0; }
  }
  @keyframes fadeInOutUp {
    0%   { opacity: 0; transform: translateY(50px); }
    5%   { opacity: 1; transform: translateY(0); }
    15%  { opacity: 1; transform: translateY(0); }
    20%  { opacity: 0; }
    100% { opacity: 0; }
  }
  @keyframes fadeInOutRight {
    0%   { opacity: 0; transform: translateX(50px); }
    5%   { opacity: 1; transform: translateX(0); }
    15%  { opacity: 1; transform: translateX(0); }
    20%  { opacity: 0; }
    100% { opacity: 0; }
  }
  @keyframes fadeInOutDown {
    0%   { opacity: 0; transform: translateY(-50px); }
    5%   { opacity: 1; transform: translateY(0); }
    15%  { opacity: 1; transform: translateY(0); }
    20%  { opacity: 0; }
    100% { opacity: 0; }
  }
  @keyframes zoomInOut {
    0%   { opacity: 0; transform: scale(0.5); }
    5%   { opacity: 1; transform: scale(1); }
    15%  { opacity: 1; transform: scale(1); }
    20%  { opacity: 0; }
    100% { opacity: 0; }
  }

  /*=============================================================================================================================*/
  @media (max-width: 768px) {
      .animated-words {
       
          text-align: center;
         
          margin-top: 90%;

      }
     
      #logo
    {
      top: 0px;
      left: 0px;
      position: absolute;
      width: 40%;

    }
    #logo:hover
{
    filter: brightness(0.6);
}
     .menu
     {
      
      margin-left: -30%;
      width: 90%;
      margin-top: 230%;
     }
     .collage
     {

  z-index: -1;      
      margin-left: 55%;
      margin-top: -100%;

      
     }
     .collage img
     {
      width: 30%;
     }
     #col2
     {
        margin-top: 33%;
        margin-left: -16%;
       }
     #col3
     {
        margin-top: 44%;
        margin-left: 10%;
     }
     #linia0
    {position: absolute;
      margin-left: 10%;
      margin-top: 120%;
      width: 80%;
    }
    #linia1
    {
      width: 80%;
      margin-left: 10%;
    }

    .word
    {
      position: absolute;
      width: 100%;
      margin-left: 0%;
      margin-top: 102%;
      font-size: 5vw;

    }
 .container {
        flex-direction: column-reverse;
        align-items: center;

  }
  /* Mobile footer */
  


    }