
    .dropbtn {
        background-image: linear-gradient(to right, rgb(12, 180, 206) 9% , rgb(0, 108, 255) 48% , rgb(14, 8, 136) 91%);
        margin: 10px;
        padding: 15px 45px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: rgb(255, 255, 255);            
        box-shadow: 0 0 20px rgb(70, 139, 167);
        border-radius: 10px;
        display: block;
        padding: 16px;
        font-size: 14px;
        border: none;
        cursor: inline;
    }

    .dropbtn:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
      }

    .dropbtn:focus {
      background-color: #2980B9;
    }

    .dropdown {
      position: relative;
      display: inline-block;
      font-size: 50px;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #69606081;
      min-width: 50px;
      overflow: auto;
      box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
      z-index: 3;
      font-size: 50px;
    }

    .dropdown-content a {
      float: none;
      color: black;
      padding: 200px 200px;
      text-decoration: none;
      display: block;
      text-align: right;
      font-size: 50px;
    }

    .dropdown-content a:hover {
      background-color: rgb(43, 40, 40);
      
    }

    .dropdown:hover .dropdown-content {
      display: block;
    }

    .dropdown:hover .dropbtn {
      background-color: #75a2dd;
    }

    .dropbtn1 {
        background-image: linear-gradient(to right, rgb(12, 180, 206) 9% , rgb(0, 108, 255) 48% , rgb(14, 8, 136) 91%);
        margin: 10px;
        padding: 15px 45px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: rgb(255, 255, 255);            
        box-shadow: 0 0 20px rgb(70, 139, 167);
        border-radius: 10px;
        display: block;
        padding: 16px;
        font-size: 14px;
        border: none;
        cursor: inline;
    }

    .dropbtn1:hover{
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
      }
    .dropbtn1:focus {
      background-color: #2980B9;
    }

    .dropdown1 {
      position: relative;
      display: inline-block;
      font-size: 50px;
    }

    .dropdown1-content {
      display: none;
      position: absolute;
      background-color: #69606081;
      min-width: 160px;
      overflow: auto;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1;
      font-size: 50px;
    }

    .dropdown1-content a {
      float: none;
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      text-align: left;
      font-size: 50px;
    }

    .dropdown1-content a:hover {
      background-color: rgb(43, 40, 40);
    }

    .dropdown1:hover .dropdown1-content{
      display: block;
    }

    .dropdown1:hover .dropbtn {
      background-color: #75a2dd;
    }
    .dropbtn2 {
        background-image: linear-gradient(to right, rgb(12, 180, 206) 9% , rgb(0, 108, 255) 48% , rgb(14, 8, 136) 91%);
        margin: 10px;
        padding: 15px 45px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: rgb(255, 255, 255);            
        box-shadow: 0 0 20px rgb(70, 139, 167);
        border-radius: 10px;
        display: block;
        padding: 16px;
        font-size: 14px;
        border: none;
        cursor: inline;
    }

    .dropbtn2:hover{
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
      }
    .dropbtn2:focus {
      background-color: #2980B9;
    }

    .dropdown2 {
      position: relative;
      display: inline-block;
      font-size:50px
    }

    .dropdown2-content {
      display: none;
      position: absolute;
      background-color: #69606081;
      min-width: 160px;
      overflow: auto;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1;
    }

    .dropdown2-content a {
      float: none;
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      text-align: left;
    }

    .dropdown2-content a:hover {
      background-color: rgb(43, 40, 40);
    }

    .dropdown2:hover .dropdown2-content{
      display: block;
    }

    .dropdown2:hover .dropbtn {
      background-color: #75a2dd;
    }


    .dropbtn4 {
        background-image: linear-gradient(to right, rgb(12, 180, 206) 9% , rgb(0, 108, 255) 48% , rgb(14, 8, 136) 91%);
        margin: 10px;
        padding: 15px 45px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: rgb(255, 255, 255);            
        box-shadow: 0 0 20px rgb(70, 139, 167);
        border-radius: 10px;
        display: block;
        padding: 16px;
        font-size: 14px;
        border: none;
        cursor: inline;
    }

    .dropbtn4:hover{
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
      }
    .dropbtn4:focus {
      background-color: #2980B9;
    }

    .dropdown4 {
      position: relative;
      display: inline-block;
      font-size: 50px;
    }

    .dropdown4-content {
      display: none;
      position: absolute;
      background-color: #69606081;
      min-width: 160px;
      overflow: auto;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1;
    }

    .dropdown4-content a {
      float: none;
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      text-align: left;
    }

    .dropdown4-content a:hover {
      background-color: rgb(43, 40, 40);
    }

    .dropdown4:hover .dropdown4-content{
      display: block;
    }

    .dropdown4:hover .dropbtn {
      background-color: #75a2dd;
    }

    .dropbtn3 {
        background-image: linear-gradient(to right, rgb(12, 180, 206) 9% , rgb(0, 108, 255) 48% , rgb(14, 8, 136) 91%);
        margin: 10px;
        padding: 15px 45px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: rgb(255, 255, 255);            
        box-shadow: 0 0 20px rgb(70, 139, 167);
        border-radius: 10px;
        display: block;
        padding: 16px;
        font-size: 14px;
        border: none;
        cursor: inline;
    }

    .dropbtn3:hover{
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
      }
    .dropbtn3:focus {
      background-color: #2980B9;
    }

    .dropdown3 {
      position: relative;
      display: inline-block;
      font-size: 50px;
    }

    .dropdown3-content {
      display: none;
      position: absolute;
      background-color: #69606081;
      min-width: 160px;
      overflow: auto;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1;
    }

    .dropdown3-content a {
      float: none;
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      text-align: left;
    }

    .dropdown3-content a:hover {
      background-color: rgb(43, 40, 40);
    }

    .dropdown3:hover .dropdown3-content{
      display: block;
    }

    .dropdown3:hover .dropbtn {
      background-color: #75a2dd;
    }

    .show {
      display: block;
    }