* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
 
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    margin-bottom: 60px;
    margin-top: 50px;
}
.navbar {
    top: 0;
    position: fixed;
    width: 100%;
    color: white;
}
footer {
    background-color: #414141;
    color: black;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}


.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;   
}
.image-container {
    position: relative; 
    text-align: center; 
}

.image-container img {
    width: 100%; 
    height: auto; 
    display: block;
}

.centered-text {
    position: absolute; 
    top: 100%; 
    left: 50%;
    transform: translate(-50%, -50%); 
    color: #010101; 
    font-size: 60px; 
    font-weight: bold; 
}
.hobby-title-container {
    text-align: center; 
    margin-top: 20px; 
}

.hobby-title {
    display: inline-block; 
    margin: 0; 
   
}
.image-border {
    border: 2px solid black; 
}


.airsoft-tips-container {
    width: 80%;
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.tip {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-left: 4px solid #333;
    border-radius: 5px;
}
h1 {
    color: black;
    text-align: center;
}
h2 {
    color: black;
    margin-bottom: 10px;
}
p {
    font-size: 16px;
    color: black;   
}
.form-container {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.image-container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    
    margin-right: auto;
}
.fotoopmaak {
    border: 2px solid black; 
    display: block; 
    margin-left: auto; 
    margin-right: auto;
   
     /*  begin contact formilier */
}
.form {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    width: 300px;
    background-color: rgba(63, 61, 61, 0.808);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 30px 30px -30px rgba(27, 26, 26, 0.315);
    align-self: center;
  } 
  .form .title {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form input {
    outline: 0;
    border: 1px solid rgb(219, 213, 213);
    padding: 8px 14px;
    border-radius: 8px;
    width: 100%;
    height: 50px;
  }
  .form textarea {
    border-radius: 8px;
    height: 100px;
    width: 100%;
    resize: none;
    outline: 0;
    padding: 8px 14px;
    border: 1px solid rgb(219, 213, 213);
  }
  .form button {
    align-self: flex-end;
    padding: 8px;
    outline: 0;
    border: 0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    background-color: rgb(65, 65, 65);
    color: #000000;
    cursor: pointer;
  }
  
  .form-container{
    display: flex;
    justify-content: center;
  }
  /*  einde contact formilier */
  .imageBorder {
    border: 8px solid black;
    width: 50%;
    margin-left: 250px;
    margin-top: 4%;
    margin-bottom: 2%;
}
#fotoopmaak {
    border: 5px solid black;
    width: 300px;
    margin-top: 30px;
    margin-bottom: 20px;
}

@media (max-width: 450px) {
    .imageBorder {
        width: 100%;
        margin: 0;
        margin-top: 250px;
        margin-left: 10px;
    }
    footer {
        font-size: medium;
        text-align: center;
        position: fixed;
        bottom: 0;

    }
}