body { 
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .header {
    overflow: hidden;
    background-color: #f1f1f1;
    padding: 20px 10px;
  }
  
  .header a {
    float: left;
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px; 
    line-height: 25px;
    border-radius: 4px;
  }
  
  .header a.logo {
    font-size: 25px;
    font-weight: bold;
  }
  
  .header a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .header a.active {
    background-color: rgb(153, 103, 233);
    color: white;
  }
  
  .header-right {
    float: right;
  }
  
  @media screen and (max-width: 500px) {
    .header a {
      float: none;
      display: block;
      text-align: left;
    }
    
    .header-right {
      float: none;
    }
  }

  .central-box {
    background-color:  rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255); 
    box-shadow: 0 4px 6px rgba(255, 255, 255, 0.1);
    padding: 20px;
    float: left;
    max-width: 180px; 
    width: 140px;
    text-align: center;
    max-width: 20%;


  }

  .image-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
}

.container {
    background-color: rgb(233, 233, 233);
    box-shadow: 0 10px 20px rgba(45, 45, 45, 0.2); 
    max-width: 1000px;
    max-height: 1000px;
    height: 450px;
    width: 850px;
    margin-top: 62px;
}

.colortext {
  color: rgb(177, 94, 255);
}

.litencontainer {
    background-color: rgb(233, 233, 233);
    box-shadow: 0 10px 20px rgba(45, 45, 45, 0.2); 
    max-width: 1000px;
    max-height: 1000px;
    height: 250px;
    width: 500px;
    margin-top: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nybil {
    color: inherit;
    text-decoration: none;
    text-align: center;
}

.nybil a {
    color: inherit;
    text-decoration: none;
}