header ul li a{
    font-size: .7rem;
}

header {
  padding: 1rem 0rem 0rem;
}

.dropbtn {
    font-size: .7rem;
  }

  header .info {
    padding-right: 5rem;
    color:  darkgray;
    padding: 0 2rem;
}

header ul {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    list-style-type: none;
    background-color: hsl(0, 0%, 17%);
    padding: 1rem 1rem;
    box-shadow: 2px 2px 2px 5px darkgray;
}

header img {
  padding-bottom: 1rem;
}

header ul li a:hover{
    color: hsl(0, 100%, 25%);
    text-decoration: overline;
    text-decoration-thickness: 2px;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 12px;
    text-decoration: none;
    display: block;
    font-size: small;
  }
  
  .dropdown-content a:hover {
      background-color: lightgray
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown:hover .dropbtn {
    color: hsl(0, 100%, 25%);
    text-decoration: overline;
    text-decoration-thickness: 2px;
  }

  main {
    display: block;
    padding: 2rem 2.5rem;
}

  main h1 {
    display: flex;
    justify-content: center;
    font-size: 1.3rem;
}

.contract {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.download img{
    width: 3vh;
    display: block;
    margin: auto;
}

.download p {
    font-size: .5rem;
    display: flex;
    justify-content: center;
}

.PDF {
    width: 80%; 
    height: 800px;
}