body {
    padding-top: 10px;
    background-color: black;
    color: white;
    text-align: center;
  }

  p {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
  }

  p.top-text-intro {
  }

  p.top-text-outro {
    text-align: justify;
    line-height: clamp(1px, 6vw, 40px);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: clamp(1px, 4vw, 30px);
  }

  img.icon {
    width: clamp(1px, 10vw, 70px);
  }

  img.point {
    filter: invert(1);
    margin-top: 10px;
    width: 40px;
  }

  a {
    color: white;
  }

  a:hover {
    color : red;
    filter: invert(0.5) sepia(1) saturate(100) hue-rotate(1deg);
  }
  
  h1 {
    text-align: center;
    font-family: "Montserrat", serif;
    font-weight: bold;
    font-style: normal;
    font-size: 40px;
  }

  h1.top-text-title {
    font-size: clamp(1px, 5vw, 40px);
  }

  h2 {
    text-align: center;
    font-family: "Montserrat", serif;
    font-weight: bold;
    font-style: normal;
    font-size: 30px;
  }

  h3 {
    text-align: center;
    font-family: "Montserrat", serif;
    font-weight: bold;
    font-style: normal;
    font-size: 25px;
  }

  hr.dashed {
    border: 2px dotted gainsboro;
    margin-bottom: 30px;
  }

  .logo {
    width: 90%;
    max-width: 1000px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .social-links {
    
  }

  .header {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .content {
    text-align: center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  h1.content-title {
    font-size: clamp(1px, 9vw, 70px);
    margin-top: 50px;
  }

  .section {
    width: 95%;
    border-color: gainsboro;
    border-width: 1px;
    border-style: dotted;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
  }

  .section-title{
    width: 100%;
    text-align: left;
    font-family: "Montserrat", serif;
    font-weight: bold;
    font-style: normal;
    font-size: clamp(1px, 4.5vw, 45px);
    margin-top: 20px;
    margin-left: 20px;
    clear: both;
  }

  .section-subtitle{
    width: 100%;
    text-align: left;
    font-family: "Montserrat", serif;
    font-style: italic;
    font-size: clamp(1px, 3vw, 30px);
    margin-left: 20px;
    clear: both;
  }

  .section-img{
    width: 80%;
    max-width: 600px;
    border: 0px dotted rgb(45, 45, 45);
    margin-bottom: 10px;
    margin-top: clamp(1px, 1.25vw, 25px);
  }

  .section-left{
    width: 60%;
    height: 100%;
    float: left;
    margin-top: 0px;
  }

  .section-links {
    text-align: center;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  p.section-text{
    text-align: justify;
    margin-left: 20px;
    font-size: clamp(1px, 3vw, 30px);
  }

  .section-right{
    width: 40%;
    height: 100%;
    float: right;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .section-bottom {
    clear: both;
  }

  .footer {
    text-align: center;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(1px, 4vw, 20px);
    margin-top: 20x;
    padding-bottom: 20px;
  }
  
.d-none{
    display:none;
 }

 button {
  color: #ffffff;
}

select {
  color: #000;
}
 
 .cookiespop {
    border: 1px dotted gainsboro;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(1px, 2.5vw, 18px);
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: black;
    padding: 20px;
 }

 a.cookies-privacy-link {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1px, 4vw, 20px); 
 }
 
 .cookiespop-button {
   background-color: rgb(0, 0, 0);
   color: white;
   font-family: "Montserrat", serif;
   font-weight: 400;
   font-style: bold;
   margin-bottom: 20px;
   border: 1px double white;
   border-radius: 5px;
   font-size: clamp(1px, 3.5vw, 20px);
 }