p   {
        text-align: center;
        font-size: 20px;
        font-family: Aharoni;
        font-weight: 700;
    }
h1  {
    background-image: url('bilderski/homepag.jpg');
    background-size: cover; 
    background-position: center; 
    color: black; 
    text-align: center; 
    padding: 260px;
    font-size: 80px;
    font-family: Elephant;
    text-decoration: underline;
    margin-bottom: 10px; 
    }        
body{      
        background-image: url('bilderski/background1.jpg');
        background-size: cover;  
        background-position: center;
        background-repeat: repeat;
        background-size: auto;  
    }   
ul  {
        text-align: center;
    }
td  {
        border: solid;
        padding: 10px;
        text-align: left;
        color: darkblue;
    }
th  {
        border: solid;
        padding: 10px;
        background-color:  rgb(25, 25, 112);
        color: darkblue;
        front-weight: bold;
    }
table{
        border-collapse: collapse;
        width: 80%;
        margin: 20px 0;
    }
.box{
        border: 1px solid;
        width: 200px;
        background-color: black;
    }
td  {   
        border: 2px solid black;
        padding: 5px;
        text-align: left;
    }
th  {
        border: 2px solid black;
        background-color:  rgb(25, 25, 112);
        color: lightblue;
        text-align: center;
        padding: 5px;
    }

th:nth-child(1), td:nth-child(1) 
    {
        width: 150px;
    }
th:nth-child(2), td:nth-child(2)
    {
        width: 150px; 
    }
th:nth-child(3), td:nth-child(3) 
    {
        width: 700px;
    } 
.image-item {
    text-align: center;
    } 
h2, h3  {
        font-size: 30px;
        font-family: Aharoni;
        margin-top: 3px; 
        margin-bottom: 0; 
    }
.image-container {
        display: flex;
        justify-content: center;
        }
.image-container img {
        width: 600px;
        height: 400px; 
        margin: 15px;
    }
.ctn{
        padding: 8px 15px;
        background: rgb(30, 30, 30); ;
        border-radius: 10px;
        color: whitesmoke;
    }
.container {
  position: relative;
  height: 50px; 
}

.line {
  width: 100%;
  height: 2px;
  background-color: black;
  position: center;
  top: 0px;
  left: 0;
}
h5  {
    background-image: url('bilderski/under.jpg');
    background-size: cover; 
    background-position: center; 
    color: White; 
    text-align: center; 
    padding: 100px;
    font-size: 60px;
    font-family: Elephant;
    text-decoration: underline; 
    margin-bottom: 5px;
    }  


   