     /* alex-brush-regular - latin */
     @font-face {
      font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
      font-family: 'Alex Brush';
      font-style: normal;
      font-weight: 400;
      src: url('../fonts/alex-brush-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */}

body{
  font-family: 'Alex Brush',sans-serif;
}




.navigation { 

    display: flex; 
  
    background-color:#27B9F2; 
  
  } 
  
   
  
  .navigation li { 
  
    list-style-type: none; 
  
  } 
  
   
  
  .navigation a { 
  
    padding: 15px; 
  
    display: inline-block; 
  
    color: white; 
  
    text-decoration: none; 
  
  } 
  footer{
    background-color: #3DD1F2;
  }
  h1{

    color: #22A2F2;
    font-weight: bold;
  }
  img{
    opacity:0.3;
    border-radius: 50px;
  }
  img:hover{
    opacity: 1;
    border-radius: 15px;
    transition-duration: 0.5s;}

    .navigation a:hover, #akt_tab { 

      background-color:#11FFC1 ; 
    
    } 
    h3{
      color: #1EBFFF;
    }
  
  