body {
    background-color: rgb(202, 202, 212);
    background-attachment: fixed;
  }
  
  #B1 {
    position: relative;
    left: 40%;
    width: 190px;
    background-color: rgb(167, 149, 185);
    border-style: ridge;
    padding-left: 23px;
  }
  
  .p2 {
    border-width: 15px;
    border-radius: 9px;
    padding-left: 50px;
    margin-right: 40px;
    font-size: x-large;
    border-style: ridge;
    border-block-color: rgb(70, 111, 73);
    text-shadow: 44px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  
  .aside2 {
    border-style: dashed;
    padding-left: 33px;
    background-color: rgb(73, 150, 150);
    float: right;
    position: relative;
    height: max-content;
    margin-left: 33px;
    overflow: hidden;
  }
  
  .Buttons {
    bottom: 15px;
    background-color: rgb(154, 146, 138);
    border-radius: 23px;
    border-color: rgb(100, 35, 35);
    border-bottom-style: ridge;
    border-width: 5px;
    height: auto;
    margin-left: 10%;
    top: -25%;
    top: auto;
  }
  
  .line {
    height: auto;
    background-color: rgb(40, 82, 82);
    position: relative;
    border-style: ridge;
  }
  
  .img {
    max-height: 400px;
    max-width: 500px;
    padding-left: 110px;
    border-style: solid;
    margin: 22px;
    overflow: hidden;
    position: relative;
  }
  
  .last-info {
    border-radius: 12px;
    border-style: groove;
    border-color: coral;
    background-color: rgb(202, 202, 212);
    position: relative;
    height: 34px;
    width: auto;
    margin: 1%;
    padding: auto;
    overflow: hidden;
    border-width: 22px;
  }
  
  .info{
    align-items: center;
    position: absolute;
    font-family: Georgia, 'Times New Roman', Times, serif;
    overflow: hidden;
    font-variant: small-caps;
    left: 40%;
    top: -55%;
    font-size: x-large;
  }
  
  .lijn {
    border-style: ridge;
    border-color: black;
    border-radius: 9px;
    width: 220px;
    height: 2px;
    border-width: 3px;
    position: absolute;
    left: 400px;
    top: 19px;
  }
  
  .lijn5 {
    border-style: ridge;
    border-color: black;
    border-radius: 9px;
    width: 220px;
    height: 2px;
    border-width: 3px;
    position: absolute;
    left: 1075px;
    top: 20px;
  }
  
  /* Dropdown Menu Styling */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }
  