body{
    background-color: #353839;
}

#balkboven{
  background-color: rgb(22, 24, 24);
  height: 75px;
  width: 1535px;
  position: absolute;
  top: -0px;
}

#welcome_text1{
text-align:center ;
position:relative ;
color:white ;
font-size:80px ;
top:-50px ;

}


#welcome_text2{
    text-align: center;
    position: relative;
    color: darkcyan;
    font-size: 30px;
    top: -100px;
}


#welcome_text3{
    text-align: center;
    position: relative;
    color: white;
    font-size: 10px;
    top: -100px;
}


body,html {
    margin: 0;
    font: bold 14px/1.4 'Open Sans', arial, sans-serif;
    background: #292929;
  }
  ul { 
    position: absolute;
    margin: 150px auto 0; 
    padding: 0; 
    list-style: none; 
    display: table;
    width: 600px;
    text-align: center;
   top: -150px;
   left: 450px;
  }
  li { 
    display: table-cell; 
    position: relative; 
    padding: 15px 0;
  }
  a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.15em;
    
    display: inline-block;
    padding: 15px 20px;
    position: relative;
  }
  a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  a:hover:after { 
    width: 100%; 
    left: 0; 
  }
  @media screen and (max-height: 300px) {
      ul {
          margin-top: 40px;
      }
  }


  #aboutme_text{
    text-align: center;
    position: relative;
    color: white;
    text-align: 30px;
    top: -100px;

  }
  
  #foto{
    position: relative;
    left:650px ;
    top:0px ;
  }

  .projects-section {
    padding: 60px 0;
 
  }
 
  .projects-section .container {
    width: 90%;
    max-width: 4800px;
    margin: 0 auto;
 
  }
 
  .projects-section h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  .project-list {
    display: grid;
    gap: 20px;
    border: 3000px;
    position: absolute;
  }


  .project1 {
    
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    transition: transform 0.2s;
    position: absolute;
    left: 0px;
   top: -200px;
  }
 
  .project1:hover {
    transform: translateY(-5px);
  }
 
  .project1 img {
    width: 300px;
    height: 250px;
    border-radius: 5px;
   
  }
 
  .project1 h3 {
    margin: 15px 0;
    font-size: 1.5rem;
  }
  

  .project2 {
    
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    transition: transform 0.2s;
    position: absolute;
    left: 350px;
   top: -200px;
  }
 
  .project2:hover {
    transform: translateY(-5px);
  }
 
  .project2 img {
    width: 300px;
    height: 250px;
    border-radius: 5px;
   
  }
 
  .project2 h3 {
    margin: 15px 0;
    font-size: 1.5rem;
  }

  .project3 {
    
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    transition: transform 0.2s;
    position: absolute;
    left: 1050px;
   top: -200px;
  }
 
  .project3:hover {
    transform: translateY(-5px);
  }
 
  .project3 img {
    width: 300px;
    height: 250px;
    border-radius: 5px;
   
  }
 
  .project3 h3 {
    margin: 15px 0;
    font-size: 1.5rem;
  }
  .project4 {
    
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    transition: transform 0.2s;
    position: absolute;
    left: 700px;
   top: -200px;
  }
 
  .project4:hover {
    transform: translateY(-5px);
  }
 
  .project4 img {
    width: 300px;
    height: 250px;
    border-radius: 5px;
   
  }
 
  .project4 h3 {
    margin: 15px 0;
    font-size: 1.5rem;
  }


  .project5 {
    
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    transition: transform 0.2s;
    position: absolute;
    left: 0px;
   top: 200px;
  }
 
  .project5:hover {
    transform: translateY(-5px);
  }
 
  .project5 img {
    width: 300px;
    height: 250px;
    border-radius: 5px;
   
  }
 
  .project5 h3 {
    margin: 15px 0;
    font-size: 1.5rem;
  }


  .project6 {
    
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    transition: transform 0.2s;
    position: absolute;
    left: 350px;
   top: 200px;
  }
 
  .project6:hover {
    transform: translateY(-5px);
  }
 
  .project6 img {
    width: 300px;
    height: 250px;
    border-radius: 5px;
   
  }
 
  .project6 h3 {
    margin: 15px 0;
    font-size: 1.5rem;
  }

  