* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #000000;
    color: #000000;
    line-height: 1.6;
    padding: 20px;
}
.topnav {
    overflow: hidden;
    background-color: #000000;
  }
  
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    background-color: #8FBC8F;
    color: white;
  }


header h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

header p {
    font-size: 1rem;
    margin-top: 0;
}

.content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tekstbox {
    background-color: rgb(0, 0, 0);
    padding: 1rem;
    border: 3px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
}

.tekstbox h2 {
    color: #8FBC8F;
    font-size: 30px;
}

.tekstbox p {
    font-size: 18px;
    margin-top: 10px;
    color: #ffffff;
}

h1{
    text-align: center;
    font-size: 50px;
    color: #8FBC8F;
}

p {
    text-align: center;
    font-size: 18px;
    color:#8FBC8F;
}

h2 {
    text-align: center;
    font-size: 60px;
    color: white;
}

h3 {
    margin-left: 35%;
}

.gta-image {
    margin-left: 35%;
    max-width: 30%;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.image-row {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.gta-small {
    max-width: 13%;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.gta-small:hover {
    transform: scale(1.05);
}

.image-row-personages {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.gta-personages {
    max-width: 13%;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}


footer {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    background-color: #333;
    color: white;
    border-radius: 8px;
    border: solid white;
}

a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}

a:hover {
    background-color: #ddd;
    color: black;
}

.Home {
    background-color: #333;
    color: white;
    border: solid white;
    margin-left: 31%;
    font-size: 20px;
    border: solid #8FBC8F;
    border-radius: 6px;
}
